From 5af2b559299997fb7fa23d13c1e641fe7fa621e6 Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Fri, 27 Mar 2026 20:29:10 +0100 Subject: [PATCH] Add cdspell for case-insensitive cd spelling correction --- dotfiles/common/.bashrc | 1 + 1 file changed, 1 insertion(+) 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"