mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[zsh] set my syntax theme automatically
This commit is contained in:
parent
ed7835b342
commit
cc28755977
1 changed files with 3 additions and 0 deletions
|
@ -75,6 +75,9 @@ FAST_WORK_DIR="$ZSH_CACHE_DIR"
|
|||
if [[ "$TERM" != "linux" ]]; then
|
||||
_plugin fast-syntax-highlighting 'zdharma/fast-syntax-highlighting' "$_checkout_latest_version"
|
||||
set-my-syntax-theme() { fast-theme "$ZSH_DOTFILES/my-syntax-theme.ini" "$@"; }
|
||||
if [[ "$FAST_THEME_NAME" != "my-syntax-theme" && -z "$DOTFILES_DISABLE_MY_COLORSCHEME" ]]; then
|
||||
set-my-syntax-theme
|
||||
fi
|
||||
fi
|
||||
|
||||
unset _checkout_latest_version
|
||||
|
|
Loading…
Reference in a new issue