fix: fix ambiguous characters
This commit is contained in:
2
.zshrc
2
.zshrc
@@ -8,7 +8,7 @@ eval "$(starship init zsh)"
|
|||||||
setopt autocd # change directory just by typing its name
|
setopt autocd # change directory just by typing its name
|
||||||
setopt correct # auto correct mistakes
|
setopt correct # auto correct mistakes
|
||||||
setopt interactivecomments # allow comments in interactive mode
|
setopt interactivecomments # allow comments in interactive mode
|
||||||
setopt magicequalsubst # enable filename expansion for arguments of the form ‘anything=expression’
|
setopt magicequalsubst # enable filename expansion for arguments of the form 'anything=expression'
|
||||||
setopt nonomatch # hide error message if there is no match for the pattern
|
setopt nonomatch # hide error message if there is no match for the pattern
|
||||||
setopt notify # report the status of background jobs immediately
|
setopt notify # report the status of background jobs immediately
|
||||||
setopt numericglobsort # sort filenames numerically when it makes sense
|
setopt numericglobsort # sort filenames numerically when it makes sense
|
||||||
|
Reference in New Issue
Block a user