add zoxide
This commit is contained in:
parent
6b21ecb616
commit
2bae357898
10 changed files with 122 additions and 88 deletions
|
@ -121,6 +121,9 @@ HISTFILE=~/.zsh_history
|
|||
HISTSIZE=10000
|
||||
HISTSAVE=10000
|
||||
|
||||
# Setup zoxide
|
||||
eval "$(zoxide init zsh --cmd cd)"
|
||||
|
||||
# Setup global aliases if available
|
||||
if [ -f /etc/bash.bash_aliases ]; then
|
||||
source /etc/bash.bash_aliases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue