remove shebang from fish completions

This commit is contained in:
Benjamin Sago 2019-07-19 20:06:04 +01:00
parent 89c861f24d
commit f73eae117d

View File

@ -1,4 +1,3 @@
#!/bin/sh
# Meta-stuff
complete -c exa -s 'v' -l 'version' -d "Show version of exa"
complete -c exa -s '?' -l 'help' -d "Show list of command-line options"