diff options
author | EuAndreh <eu@euandre.org> | 2020-08-24 12:13:11 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-08-24 12:13:11 -0300 |
commit | c545675816938585eebd5f670b3bc525af8ab4e1 (patch) | |
tree | 262fcdf49e5e96b1c7777acee8cf39c7661699b9 | |
parent | Add more readme alternative for cgit to try (diff) | |
download | server-c545675816938585eebd5f670b3bc525af8ab4e1.tar.gz server-c545675816938585eebd5f670b3bc525af8ab4e1.tar.xz |
Add shebang to bash-profile.sh
-rw-r--r-- | bash-profile.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bash-profile.sh b/bash-profile.sh index a4dbf1d..c147398 100644 --- a/bash-profile.sh +++ b/bash-profile.sh @@ -1 +1,3 @@ +#!/usr/bin/env bash + alias l='ls -lahp' |