Add cdspell for case-insensitive cd spelling correction

This commit is contained in:
Fabio Scotto di Santolo
2026-03-27 20:29:10 +01:00
parent a5b240a8ab
commit 8ca6029f0d

View File

@@ -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"