mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 01:36:39 +08:00
parent
8fbffe250a
commit
8490aac025
|
@ -15,9 +15,9 @@ complete -x -c sshfs -d Hostname -a "
|
|||
(__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
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue
Block a user