From 70c7f700788ba0eaa30e527ffc5a724cdf2c52e1 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Fri, 10 Apr 2015 20:06:50 +0200 Subject: Revert .bash_profile to fedora's default one --- .bash_profile | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) mode change 120000 => 100644 .bash_profile diff --git a/.bash_profile b/.bash_profile deleted file mode 120000 index 6d5541f..0000000 --- a/.bash_profile +++ /dev/null @@ -1 +0,0 @@ -.config/bash/bashrc \ No newline at end of file diff --git a/.bash_profile b/.bash_profile new file mode 100644 index 0000000..031ab84 --- /dev/null +++ b/.bash_profile @@ -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/.local/bin:$HOME/bin + +export PATH -- cgit