浏览代码

remove shebang from fish completions

Benjamin Sago 6 年之前
父节点
当前提交
f73eae117d
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      contrib/completions.fish

+ 0 - 1
contrib/completions.fish

@@ -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"