From c545675816938585eebd5f670b3bc525af8ab4e1 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 24 Aug 2020 12:13:11 -0300 Subject: Add shebang to bash-profile.sh --- bash-profile.sh | 2 ++ 1 file changed, 2 insertions(+) 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' -- cgit v1.2.3