Skip to content

Commit 82ffbc2

Browse files
committed
added explicit setup of the OMZ theme
1 parent 4ad2101 commit 82ffbc2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

zshrc

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
# Ensure the .zsh_plugins.txt file exists so you can add plugins.
1414
[[ -f ${zsh_plugins}.txt ]] || touch ${zsh_plugins}.txt
1515

16+
# Setup the OMZ theme
17+
ZSH_THEME=agnoster
18+
1619
# Lazy-load antidote from its functions directory.
1720
fpath=(${ANTIDOTE_DIR}/functions $fpath)
1821
autoload -Uz antidote

0 commit comments

Comments
 (0)