diff --git a/dotfiles/common/.bashrc b/dotfiles/common/.bashrc index c56cc4b..44c74f9 100644 --- a/dotfiles/common/.bashrc +++ b/dotfiles/common/.bashrc @@ -33,6 +33,7 @@ __history_sync() { # --- shell options set -o emacs shopt -s cmdhist +shopt -s cdspell # --- PATH [ -d "$HOME/.local/bin" ] && PATH="$HOME/.local/bin:$PATH"