python and zoxide alias
This commit is contained in:
4
zsh/alias/zoxide_alias.sh
Normal file
4
zsh/alias/zoxide_alias.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
if (( $+commands[zoxide] )); then
|
||||
# eval "$(zoxide init --cmd ${ZOXIDE_CMD_OVERRIDE:-z} zsh)"
|
||||
eval "$(zoxide init --cmd z zsh)"
|
||||
fi
|
||||
Reference in New Issue
Block a user