mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Alias j to z (from autojump)
This commit is contained in:
parent
84c15ef496
commit
c55163d4ae
|
@ -18,6 +18,7 @@ alias .3='cd ../../../'
|
|||
alias .4='cd ../../../../'
|
||||
alias .5='cd ../../../../../'
|
||||
# z.lua script
|
||||
alias j='z' # for the sake of autojump old habits
|
||||
alias zz='z -c' # restrict matches to subdirs of $PWD
|
||||
alias zb='z -b' # restrict matches to parent directories
|
||||
alias zi='z -I' # cd with interactive fzf selection
|
||||
|
|
Loading…
Reference in a new issue