Skip to content

Commit

Permalink
Use zoxide written in rust instead of jump
Browse files Browse the repository at this point in the history
  • Loading branch information
ylogx committed Sep 18, 2023
1 parent 824cd7a commit d8cb8f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions home/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion playbooks/roles/osx/tasks/homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
- highlight
- htop
- hub
- jump # Better cd
#- jump # Better cd
- macvim # Has better integration with mac
- ncdu
- nmap
Expand All @@ -60,6 +60,7 @@
- watch
- wget
- xsv
- zoxide # Better cd
- zsh
tags: brew

Expand Down

0 comments on commit d8cb8f7

Please sign in to comment.