From 2ab4e1d13ec87c9739d75cf063cb6ccb91f81c18 Mon Sep 17 00:00:00 2001 From: Andrea Date: Tue, 27 May 2025 13:51:09 +0200 Subject: [PATCH] fix: fix ambiguous characters --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index f1aae5a..6f78e99 100644 --- a/.zshrc +++ b/.zshrc @@ -8,7 +8,7 @@ eval "$(starship init zsh)" setopt autocd # change directory just by typing its name setopt correct # auto correct mistakes 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 notify # report the status of background jobs immediately setopt numericglobsort # sort filenames numerically when it makes sense