mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[zsh] add an option for disabling the colorscheme setter
This commit is contained in:
parent
705c794ea9
commit
f4a726a2c9
1 changed files with 3 additions and 1 deletions
|
@ -88,4 +88,6 @@ set-my-colorscheme() {
|
|||
fi
|
||||
}
|
||||
|
||||
set-my-colorscheme
|
||||
if [[ -z "$DOTFILES_DISABLE_MY_COLORSCHEME" ]]; then
|
||||
set-my-colorscheme
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue