summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2015-04-10 20:06:50 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2015-04-10 20:06:50 +0200
commit70c7f700788ba0eaa30e527ffc5a724cdf2c52e1 (patch)
tree0c4f633a06b17bcba6ecff21ba0c07c57efbd379
parent08fa52a68b2670ca97fdb6eb0037ef003fd97b99 (diff)
downloaddotfiles-70c7f700788ba0eaa30e527ffc5a724cdf2c52e1.tar.gz
dotfiles-70c7f700788ba0eaa30e527ffc5a724cdf2c52e1.tar.bz2
dotfiles-70c7f700788ba0eaa30e527ffc5a724cdf2c52e1.zip
Revert .bash_profile to fedora's default one
-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