Update fish shell config
This commit is contained in:
4
config/fish/conf.d/__fasd_run.fish
Normal file
4
config/fish/conf.d/__fasd_run.fish
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user