]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - config/bash/dot_bash_profile
Import bash startfiles from IPFire 3.x.
[ipfire-2.x.git] / config / bash / dot_bash_profile
diff --git a/config/bash/dot_bash_profile b/config/bash/dot_bash_profile
new file mode 100644 (file)
index 0000000..3dc099a
--- /dev/null
@@ -0,0 +1,12 @@
+# .bash_profile
+
+# Get the aliases and functions
+if [ -f ~/.bashrc ]; then
+       . ~/.bashrc
+fi
+
+# User specific environment and startup programs
+
+PATH=$PATH:$HOME/bin
+
+export PATH