zsh: Add zoxide
This commit is contained in:
parent
3e1f31558e
commit
9ac46fe092
1 changed files with 2 additions and 0 deletions
|
|
@ -89,6 +89,8 @@ _has direnv && eval "$(direnv hook zsh)" || true
|
||||||
FZF_CTRL_T_COMMAND=''
|
FZF_CTRL_T_COMMAND=''
|
||||||
_has fzf && eval "$(fzf --zsh)" || true
|
_has fzf && eval "$(fzf --zsh)" || true
|
||||||
|
|
||||||
|
_has zoxide && eval "$(zoxide init zsh)" || true
|
||||||
|
|
||||||
setopt interactivecomments
|
setopt interactivecomments
|
||||||
|
|
||||||
if [ -f "$HOME/.config/zsh/os.zshrc" ]; then
|
if [ -f "$HOME/.config/zsh/os.zshrc" ]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue