updated dotfiles, fixed install scripts, added missing packages
This commit is contained in:
@@ -134,6 +134,16 @@ function w2o
|
||||
end
|
||||
end
|
||||
|
||||
# Chezmoi apply changes from current chezmoi DIR
|
||||
function ca
|
||||
set -l path "."
|
||||
if test (count $argv) -gt 0
|
||||
set path $argv[1]
|
||||
end
|
||||
|
||||
chezmoi apply (chezmoi target-path $path)
|
||||
end
|
||||
|
||||
## Aliases
|
||||
# Replace ls with eza
|
||||
if type -q eza
|
||||
|
||||
Reference in New Issue
Block a user