浏览代码

Disable safe and unavoidable ShellCheck warning

Alois Mahdal 5 年前
父节点
当前提交
8783d417b1
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      dotfiles/bash/main.bashrc

+ 1
- 0
dotfiles/bash/main.bashrc 查看文件

@@ -1,4 +1,5 @@
1 1
 #!/bin/bash
2
+#shellcheck disable=SC1091
2 3
 
3 4
 ## hack to workaround Fedora/Red Hat bug 878428
4 5
 test -f /usr/share/git-core/contrib/completion/git-prompt.sh \