aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/sshfs.fish
diff options
context:
space:
mode:
Diffstat (limited to 'share/completions/sshfs.fish')
-rw-r--r--share/completions/sshfs.fish4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/completions/sshfs.fish b/share/completions/sshfs.fish
index 6c742b9c..adece8c3 100644
--- a/share/completions/sshfs.fish
+++ b/share/completions/sshfs.fish
@@ -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
#