diff options
author | EuAndreh <eu@euandre.org> | 2019-06-05 16:53:39 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-06-05 16:53:39 -0300 |
commit | 83a7109d745e2dc76248c56ed17795df3f6ec93e (patch) | |
tree | 21274c43fd31fff7f8510b3dac39afacb48ca1b6 /scripts/box/bash-profile.sh | |
parent | Clean leftovers from rotate-ssh-keys.sh (diff) | |
download | server-83a7109d745e2dc76248c56ed17795df3f6ec93e.tar.gz server-83a7109d745e2dc76248c56ed17795df3f6ec93e.tar.xz |
Fix ShellCheck offenses
Diffstat (limited to 'scripts/box/bash-profile.sh')
-rwxr-xr-x | scripts/box/bash-profile.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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/ |