From 74f40e76f6297484a23777d2566728c9006bdc94 Mon Sep 17 00:00:00 2001 From: Sean Cusack Date: Mon, 29 May 2023 11:29:36 +0100 Subject: [PATCH] Autocomplete different colour --- .config/zsh/.zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 2bedecd..dfde46e 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -35,3 +35,7 @@ source ~/.zsh/command-not-found/command-not-found.plugin.zsh # Aliases alias config-git="/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME $argv" + + +# Custom Config +ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=6'