diff --git a/home/.config/shell/aliases b/home/.config/shell/aliases index 6cd5c21..dc0d857 100755 --- a/home/.config/shell/aliases +++ b/home/.config/shell/aliases @@ -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