Update fish shell config

This commit is contained in:
Colin Powell
2018-12-05 23:42:13 -05:00
parent bb640a3d4e
commit dc1727b9e4
31 changed files with 978 additions and 15 deletions

View File

@ -0,0 +1,4 @@
function __fasd_run -e fish_preexec -d "fasd takes record of the directories changed into"
command fasd --proc (command fasd --sanitize "$argv") > "/dev/null" 2>&1 &
end

View File

@ -0,0 +1,3 @@
# support oldschool autojump user
alias j z
alias jj zz