Browse Source

fasd: drop-in replace the autojump j alias (#3860)

Cristian Măgherușan-Stanciu @magheru_san 5 years ago
parent
commit
e416990442
1 changed files with 1 additions and 0 deletions
  1. 1 0
      plugins/fasd/fasd.plugin.zsh

+ 1 - 0
plugins/fasd/fasd.plugin.zsh

@@ -8,4 +8,5 @@ if [ $commands[fasd] ]; then # check if fasd is installed
 
 
   alias v="f -e \"$EDITOR\""
   alias v="f -e \"$EDITOR\""
   alias o='a -e open_command'
   alias o='a -e open_command'
+  alias j='zz'
 fi
 fi