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 /.bash_profile | |
parent | 11d516ae6700802d6d054b212100a6f77fa45a3a (diff) | |
download | dotfiles-3768eab8cf6aadf90ca210b7f7faa1e9e130bb67.tar.gz dotfiles-3768eab8cf6aadf90ca210b7f7faa1e9e130bb67.tar.bz2 dotfiles-3768eab8cf6aadf90ca210b7f7faa1e9e130bb67.zip |
use symlinks for ~/.bashrc instead fo sourcing
Diffstat (limited to '.bash_profile')
l---------[-rw-r--r--] | .bash_profile | 6 |
1 files changed, 1 insertions, 5 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 |