Add mimas #fishshell config and remove fasd

This commit is contained in:
Colin Powell
2019-02-11 01:31:14 -05:00
parent f31c955ae1
commit be745cc8f5
2 changed files with 41 additions and 6 deletions

View File

@ -1,6 +0,0 @@
function __fasd_run -e fish_postexec -d "fasd takes record of the directories changed into"
set -lx RETVAL $status
if test $RETVAL -eq 0 # if there was no error
command fasd --proc (command fasd --sanitize (eval echo "$argv") | tr -s " " \n) > "/dev/null" 2>&1 &
end
end