diff options
-rw-r--r-- | .config/bash/bashrc | 1 | ||||
-rw-r--r-- | .gitignore | 2 |
2 files changed, 1 insertions, 2 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! @@ -6,4 +6,4 @@ *.zip *.gz .*_history -[^.]* +/[^.]* |