From c55163d4aeebc1189b1f8c59057034bba5abd0e3 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Thu, 22 Jul 2021 21:12:35 +0200 Subject: [PATCH] Alias j to z (from autojump) --- home/.config/shell/aliases | 1 + 1 file changed, 1 insertion(+) 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