aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/mount.fish
diff options
context:
space:
mode:
Diffstat (limited to 'share/completions/mount.fish')
-rw-r--r--share/completions/mount.fish8
1 files changed, 0 insertions, 8 deletions
diff --git a/share/completions/mount.fish b/share/completions/mount.fish
index ba0d985f..9375a473 100644
--- a/share/completions/mount.fish
+++ b/share/completions/mount.fish
@@ -1,12 +1,4 @@
# Completions for mount
-function __fish_complete_blockdevice
- set -l cmd (commandline -ct)
- [ "" = "$cmd" ]; and return
- for f in $cmd*
- [ -b $f ]; and printf "%s\t%s\n" $f "Block device"
- [ -d $f ]; and printf "%s\n" $f/
- end
-end
complete -x -c mount -a '(__fish_complete_blockdevice)'
# In case `mount UUID=` and similar also works