diff options
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/ |