aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-10-27 23:01:06 -0300
committerEuAndreh <eu@euandre.org>2022-10-27 23:01:06 -0300
commit18571a50b7a3eebb1f40fa226e16d40f3a7823c8 (patch)
tree8a3d22f8130c090556db8fe950db3555393673cb /bin
parentetc/sh/vcs-ps1.sh: Inline $PS1 in etc/sh/rc (diff)
downloaddotfiles-18571a50b7a3eebb1f40fa226e16d40f3a7823c8.tar.gz
dotfiles-18571a50b7a3eebb1f40fa226e16d40f3a7823c8.tar.xz
bin/vcs: Explicitly disable ShellCheck 2086
Diffstat (limited to 'bin')
-rwxr-xr-xbin/vcs2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/vcs b/bin/vcs
index 405100a..8691575 100755
--- a/bin/vcs
+++ b/bin/vcs
@@ -200,7 +200,7 @@ while getopts 'C:lth' flag; do
cd "$OPTARG"
;;
l)
-
+ # shellcheck disable=2086
echo $TYPES | tr ' ' '\n'
exit
;;