diff options
-rw-r--r-- | .zshrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc index 39a80f1..c057e7f 100644 --- a/.zshrc +++ b/.zshrc @@ -28,6 +28,9 @@ device_preconfig # //// zsh configuration //////////////////////////////////////////////////// # +autoload -Uz select-word-style +select-word-style bash + if [ -x /usr/bin/tput ] && tput setaf 1 >&/dev/null; then autoload -U colors && colors PS1=$'\e[0;32;1m%n\e[0;32m@\e[32;1m%m \e[34m%1~ \e[0m%# ' |