From c1aae3af259b6ea254d66c334f3d398c19029518 Mon Sep 17 00:00:00 2001 From: Nicholas Tay Date: Sat, 10 Apr 2021 14:56:23 +1000 Subject: macOS changes --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.bashrc') 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 -- cgit