Skip to content

Commit

Permalink
Add jump tool to improve cd experience
Browse files Browse the repository at this point in the history
  • Loading branch information
ylogx committed Sep 18, 2023
1 parent cdc72c7 commit cef9730
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions home/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,8 @@ export FZF_DEFAULT_COMMAND='(git ls-tree -r --name-only HEAD || rg --files --no-
export FZF_DEFAULT_COMMAND='(rg --files --no-ignore --hidden --follow --glob "!.git/*" || find . -path "*/\.*" -prune -o -type f -print -o -type l -print | sed s/^..//) 2> /dev/null'
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)"

[ -f /usr/local/etc/profile.d/autojump.sh ] && . /usr/local/etc/profile.d/autojump.sh

[ -d /home/linuxbrew/.linuxbrew/bin ] && export PATH=/home/linuxbrew/.linuxbrew/bin:$PATH
Expand Down
1 change: 1 addition & 0 deletions playbooks/roles/osx/tasks/homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
- highlight
- htop
- hub
- jump # Better cd
- macvim # Has better integration with mac
- ncdu
- nmap
Expand Down

0 comments on commit cef9730

Please sign in to comment.