aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sh/profile.sh
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-05-16 18:20:35 -0500
committerToby Vincent <tobyv13@gmail.com>2021-05-16 18:20:35 -0500
commit7f5ce770c921f538f4ef15036412cf619ded8cc0 (patch)
treee3966af90c1e97596b685313f8291a269f24287d /sh/profile.sh
parente0b9f01a791898404e05d8fcc3d8c9af74fde107 (diff)
feat: added shebang to all shell files
Diffstat (limited to 'sh/profile.sh')
-rw-r--r--sh/profile.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/sh/profile.sh b/sh/profile.sh
index bde5867..1d0022f 100644
--- a/sh/profile.sh
+++ b/sh/profile.sh
@@ -1,3 +1,5 @@
+#!/usr/bin/env bash
+
# Path
PATH=$PATH:$HOME/.local/bin:$HOME/.dotnet/tools:$HOME/.cargo/bin