aboutsummaryrefslogtreecommitdiffstats
path: root/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc13
1 files changed, 12 insertions, 1 deletions
diff --git a/zshrc b/zshrc
index e9cbd48..2eae702 100644
--- a/zshrc
+++ b/zshrc
@@ -2,9 +2,20 @@
# -----------------------------------------------------------------------------
ZSH="${HOME}/.local/tools/oh-my-zsh"
ZSH_THEME="nanotech"
-plugins=(git archlinux gnu-utils pip python ssh-agent)
+plugins=(git archlinux gnu-utils pip python ssh-agent zsh-syntax-highlighting)
source $ZSH/oh-my-zsh.sh
+# Highlighting configuration
+ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets)
+ZSH_HIGHLIGHT_STYLES[alias]=none
+ZSH_HIGHLIGHT_STYLES[builtin]=none
+ZSH_HIGHLIGHT_STYLES[command]=none
+ZSH_HIGHLIGHT_STYLES[hashed-command]=none
+ZSH_HIGHLIGHT_STYLES[function]=fg=034,bold
+ZSH_HIGHLIGHT_STYLES[reserved-word]=fg=105
+ZSH_HIGHLIGHT_STYLES[path]=none
+ZSH_HIGHLIGHT_STYLES[bracket-level-1]=fg=yellow,bold}
+
source "${HOME}/.local/config/aliases"
source "${HOME}/.config/user-dirs.dirs"