summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
Diffstat (limited to '.bash_profile')
-rw-r--r--[l---------].bash_profile13
1 files changed, 12 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile
index 6d5541f..031ab84 120000..100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -1 +1,12 @@
-.config/bash/bashrc \ No newline at end of file
+# .bash_profile
+
+# Get the aliases and functions
+if [ -f ~/.bashrc ]; then
+ . ~/.bashrc
+fi
+
+# User specific environment and startup programs
+
+PATH=$PATH:$HOME/.local/bin:$HOME/bin
+
+export PATH