aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorNicholas Tay <nkt@outlook.kr>2021-04-10 14:56:23 +1000
committerNicholas Tay <nkt@outlook.kr>2021-04-10 14:56:23 +1000
commitc1aae3af259b6ea254d66c334f3d398c19029518 (patch)
treefc07c2b920926146a0286f970f1c030777d23c60 /.bashrc
parentc3c002d0913b9be2e56173e073b39041181bf660 (diff)
downloaddotlite-c1aae3af259b6ea254d66c334f3d398c19029518.tar.gz
dotlite-c1aae3af259b6ea254d66c334f3d398c19029518.tar.bz2
dotlite-c1aae3af259b6ea254d66c334f3d398c19029518.zip
macOS changes
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