Skip to content

Commit

Permalink
[zsh] add 'zoxide' initialisation
Browse files Browse the repository at this point in the history
  • Loading branch information
woshilapin committed Sep 16, 2021
1 parent 0acbfc1 commit f80054c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions zsh/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,8 @@ if [ "$( command -v starship )" != '' ]
then
eval "$(starship init zsh)"
fi

if [ "$( command -v zoxide )" != '' ]
then
eval "$(zoxide init zsh)"
fi

0 comments on commit f80054c

Please sign in to comment.