Update fish shell config
This commit is contained in:
5
config/fish/functions/__fasd_print_completion.fish
Normal file
5
config/fish/functions/__fasd_print_completion.fish
Normal file
@ -0,0 +1,5 @@
|
||||
function __fasd_print_completion
|
||||
set cmd (commandline -po)
|
||||
test (count $cmd) -ge 2; and fasd $argv $cmd[2..-1] -l
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user