diff --git a/home/.zshrc b/home/.zshrc index 37beba6..4954da6 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -342,6 +342,7 @@ export FZF_DEFAULT_COMMAND='(rg --files --no-ignore --hidden --follow --glob "!. export FZF_DEFAULT_COMMAND='(rg --files || find . -path "*/\.*" -prune -o -type f -print -o -type l -print | sed s/^..//) 2> /dev/null' hash jump 2>/dev/null && eval "$(jump shell)" +hash zoxide 2>/dev/null && eval "$(zoxide init zsh)" [ -f /usr/local/etc/profile.d/autojump.sh ] && . /usr/local/etc/profile.d/autojump.sh diff --git a/playbooks/roles/osx/tasks/homebrew.yml b/playbooks/roles/osx/tasks/homebrew.yml index 540478e..c78a74e 100644 --- a/playbooks/roles/osx/tasks/homebrew.yml +++ b/playbooks/roles/osx/tasks/homebrew.yml @@ -41,7 +41,7 @@ - highlight - htop - hub - - jump # Better cd + #- jump # Better cd - macvim # Has better integration with mac - ncdu - nmap @@ -60,6 +60,7 @@ - watch - wget - xsv + - zoxide # Better cd - zsh tags: brew