From 83a7109d745e2dc76248c56ed17795df3f6ec93e Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 5 Jun 2019 16:53:39 -0300 Subject: Fix ShellCheck offenses --- scripts/box/bash-profile.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/box/bash-profile.sh') diff --git a/scripts/box/bash-profile.sh b/scripts/box/bash-profile.sh index e24d333..c024dbd 100755 --- a/scripts/box/bash-profile.sh +++ b/scripts/box/bash-profile.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +# shellcheck disable=SC2164 alias l="ls -lahp --color" cd /home/vps/ -- cgit v1.2.3