Switch fasd distro #fishshell

This commit is contained in:
Colin Powell
2019-01-07 14:36:01 -05:00
parent 8383551ba7
commit 8f25c5e5ce
26 changed files with 60 additions and 37 deletions

View File

@ -1,5 +1,5 @@
# suggest paths for current args as completion
function __fasd_print_completion
set cmd (commandline -po)
test (count $cmd) -ge 2; and fasd $argv $cmd[2..-1] -l
end