From ba88e0a131fe8c1148cee3136f2548ac269d0f3c Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 24 Aug 2020 10:55:32 -0300 Subject: Add .bash_profile file and copy it with scp on deployment --- bash-profile.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 bash-profile.sh (limited to 'bash-profile.sh') diff --git a/bash-profile.sh b/bash-profile.sh new file mode 100644 index 0000000..a4dbf1d --- /dev/null +++ b/bash-profile.sh @@ -0,0 +1 @@ +alias l='ls -lahp' -- cgit v1.2.3