mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
Add cdspell for case-insensitive cd spelling correction
This commit is contained in:
@@ -33,6 +33,7 @@ __history_sync() {
|
|||||||
# --- shell options
|
# --- shell options
|
||||||
set -o emacs
|
set -o emacs
|
||||||
shopt -s cmdhist
|
shopt -s cmdhist
|
||||||
|
shopt -s cdspell
|
||||||
|
|
||||||
# --- PATH
|
# --- PATH
|
||||||
[ -d "$HOME/.local/bin" ] && PATH="$HOME/.local/bin:$PATH"
|
[ -d "$HOME/.local/bin" ] && PATH="$HOME/.local/bin:$PATH"
|
||||||
|
|||||||
Reference in New Issue
Block a user