From 52651a0917f3b6573780d0e470187ca9e6159402 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Fri, 22 Dec 2023 10:15:46 -0400 Subject: zsh: use bash style word selection --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) 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%# ' -- cgit 1.3.0-6-gf8a5