diff options
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 |