diff options
author | ben <benjaminfranzke@googlemail.com> | 2010-08-28 15:51:50 +0200 |
---|---|---|
committer | ben <benjaminfranzke@googlemail.com> | 2010-08-28 15:51:50 +0200 |
commit | 3768eab8cf6aadf90ca210b7f7faa1e9e130bb67 (patch) | |
tree | cc60b46bea24b9613d5d567cc0b240507c146c64 | |
parent | 11d516ae6700802d6d054b212100a6f77fa45a3a (diff) | |
download | dotfiles-3768eab8cf6aadf90ca210b7f7faa1e9e130bb67.tar.gz dotfiles-3768eab8cf6aadf90ca210b7f7faa1e9e130bb67.tar.bz2 dotfiles-3768eab8cf6aadf90ca210b7f7faa1e9e130bb67.zip |
use symlinks for ~/.bashrc instead fo sourcing
l---------[-rw-r--r--] | .bash_profile | 6 | ||||
l---------[-rw-r--r--] | .bashrc | 2 |
2 files changed, 2 insertions, 6 deletions
diff --git a/.bash_profile b/.bash_profile index 94a6622..6d5541f 100644..120000 --- a/.bash_profile +++ b/.bash_profile @@ -1,5 +1 @@ -# /etc/skel/.bash_profile - -# This file is sourced by bash for login shells. The following line -# runs your .bashrc and is recommended by the bash info pages. -[[ -f ~/.bashrc ]] && . ~/.bashrc +.config/bash/bashrc
\ No newline at end of file @@ -1 +1 @@ -source ~/.config/bash/bashrc +.config/bash/bashrc
\ No newline at end of file |