diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index b506176..db03e8a 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -81,7 +81,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"