Move zsh and aliases to conf.d style configs
This commit is contained in:
4
zsh.d/zoxide.zsh
Normal file
4
zsh.d/zoxide.zsh
Normal file
@@ -0,0 +1,4 @@
|
||||
# Intelligent and fast autojump
|
||||
if (( $+commands[zoxide] )); then
|
||||
eval "$(zoxide init zsh)"
|
||||
fi
|
Reference in New Issue
Block a user