diff options
Diffstat (limited to 'scripts/box/bash-profile.sh')
-rwxr-xr-x | scripts/box/bash-profile.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/box/bash-profile.sh b/scripts/box/bash-profile.sh new file mode 100755 index 0000000..e24d333 --- /dev/null +++ b/scripts/box/bash-profile.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +alias l="ls -lahp --color" +cd /home/vps/ |