save
This commit is contained in:
@@ -114,6 +114,10 @@ else
|
||||
alias la='ll -a'
|
||||
fi
|
||||
|
||||
if (( $+commands[zoxide] )); then
|
||||
eval "$(zoxide init zsh)"
|
||||
fi
|
||||
|
||||
if ! command -v zap >/dev/null 2>&1; then
|
||||
printf 'Installing zap (release-v1)...\n'
|
||||
zsh <(curl -s https://raw.githubusercontent.com/zap-zsh/zap/master/install.zsh) --keep --branch release-v1
|
||||
|
||||
Reference in New Issue
Block a user