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 c9862c13e9
commit 5af2b55929

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"