diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index 8863362..28adb7b 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -78,7 +78,7 @@ fi ############################# Variables ######################################## # Stop at chars not in there with backward-word and so on -export WORDCHARS="${WORDCHARS//(\/|_|\.)}" +export WORDCHARS="${WORDCHARS//(\/|_|.)}" # minicom color on. export MINICOM="-c on -R utf-8"