mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 13:08:49 +00:00
parent
8fbffe250a
commit
8490aac025
1 changed files with 2 additions and 2 deletions
|
@ -15,9 +15,9 @@ complete -x -c sshfs -d Hostname -a "
|
||||||
(__fish_print_users)@
|
(__fish_print_users)@
|
||||||
"
|
"
|
||||||
#
|
#
|
||||||
# Mount Points, for neatness, I am only mounting under ~/mnt/
|
# Mount Points
|
||||||
#
|
#
|
||||||
complete -c sshfs --description "Mount point" -x -a '(find ~/mnt -type d)'
|
complete -c sshfs -x -a '(__fish_complete_directories (commandline -ct) "Mount point")'
|
||||||
#
|
#
|
||||||
# Command options
|
# Command options
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue