aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 4f2ca54..0b64a93 100644
--- a/.bashrc
+++ b/.bashrc
@@ -12,7 +12,7 @@ PS1="\[\033[38;5;14m\]\u\[$(tput sgr0)\]\[\033[38;5;243m\]@\[$(tput sgr0)\]\[\03
export HISTFILE="$HOME/.local/share/bash_history"
# cd by name only is ok
-shopt -s autocd
+shopt -s autocd 2>/dev/null
# Load our aliases
[ -f $HOME/.config/aliasrc ] && . $HOME/.config/aliasrc