Kyle P Davis 2 лет назад
Родитель
Сommit
8914662f77
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      .profile

+ 2 - 0
.profile

@@ -162,10 +162,12 @@ if [ "$ZSH_VERSION" ]; then
 		echo "Creating a zgenom save ..."
 		zgenom loadall <<EOF
 			sindresorhus/pure
+			zsh-users/zsh-autosuggestions
 			zsh-users/zsh-syntax-highlighting
 EOF
 		zgenom save
 	fi
+	ZSH_AUTOSUGGEST_IGNORE_WIDGETS+=(backward-kill-word)
 else
 	# check window size after each command
 	shopt -s checkwinsize