mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
use official agnoster theme
This commit is contained in:
parent
2ce5f1d5a5
commit
3514fbb8cb
1 changed files with 6 additions and 1 deletions
|
@ -37,7 +37,12 @@ if ! zgen saved; then
|
|||
|
||||
zgen load zdharma/fast-syntax-highlighting
|
||||
|
||||
zgen oh-my-zsh themes/agnoster
|
||||
# official agnoster theme is much faster than one bundled with OMZ and has
|
||||
# more features
|
||||
zgen load agnoster/agnoster-zsh-theme agnoster
|
||||
|
||||
zgen save
|
||||
fi
|
||||
|
||||
# fix prompt theme
|
||||
PLUSMINUS="$PLUSMINUS "
|
||||
|
|
Loading…
Reference in a new issue