diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2015-04-10 20:06:50 +0200 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2015-04-10 20:06:50 +0200 |
commit | 70c7f700788ba0eaa30e527ffc5a724cdf2c52e1 (patch) | |
tree | 0c4f633a06b17bcba6ecff21ba0c07c57efbd379 /.bash_profile | |
parent | 08fa52a68b2670ca97fdb6eb0037ef003fd97b99 (diff) | |
download | dotfiles-70c7f700788ba0eaa30e527ffc5a724cdf2c52e1.tar.gz dotfiles-70c7f700788ba0eaa30e527ffc5a724cdf2c52e1.tar.bz2 dotfiles-70c7f700788ba0eaa30e527ffc5a724cdf2c52e1.zip |
Revert .bash_profile to fedora's default one
Diffstat (limited to '.bash_profile')
-rw-r--r--[l---------] | .bash_profile | 13 |
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 |