diff options
author | EuAndreh <eu@euandre.org> | 2022-10-27 23:01:06 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-10-27 23:01:06 -0300 |
commit | 18571a50b7a3eebb1f40fa226e16d40f3a7823c8 (patch) | |
tree | 8a3d22f8130c090556db8fe950db3555393673cb /bin/vcs | |
parent | etc/sh/vcs-ps1.sh: Inline $PS1 in etc/sh/rc (diff) | |
download | dotfiles-18571a50b7a3eebb1f40fa226e16d40f3a7823c8.tar.gz dotfiles-18571a50b7a3eebb1f40fa226e16d40f3a7823c8.tar.xz |
bin/vcs: Explicitly disable ShellCheck 2086
Diffstat (limited to 'bin/vcs')
-rwxr-xr-x | bin/vcs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -200,7 +200,7 @@ while getopts 'C:lth' flag; do cd "$OPTARG" ;; l) - + # shellcheck disable=2086 echo $TYPES | tr ' ' '\n' exit ;; |