diff options
Diffstat (limited to '.config/bash/bashrc')
-rw-r--r-- | .config/bash/bashrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/bash/bashrc b/.config/bash/bashrc index 3fd0fcb..15342e8 100644 --- a/.config/bash/bashrc +++ b/.config/bash/bashrc @@ -1,5 +1,4 @@ [[ -d ~/bin/ ]] && PATH="~/bin/:$PATH" -[[ -d ~/.bin/ ]] && PATH="~/.bin/:$PATH" if [[ $- != *i* ]] ; then # Shell is non-interactive. Be done now! |