summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 1ca1e22..cb0a9da 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -30,4 +30,10 @@ prompt pure
alias ls="ls --color"
+source ~/.zsh/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh
+if [[ ! -f ~/.zsh/fast-syntax-highlighting/current_theme.zsh ]]; then
+ fpath+=$HOME/.zsh/fast-syntax-highlighting
+ fast-theme clean
+fi
+
[[ -f ~/.zshrc.local ]] && source ~/.zshrc.local