Commit 64c3648c authored by Igor Pecovnik's avatar Igor Pecovnik
Browse files

Change default zsh theme

parent 62b3c79c
......@@ -925,7 +925,7 @@ function jobs ()
# user cache
sed -i "/^export ZSH=.*/a export ZSH_CACHE_DIR=~\/.oh-my-zsh\/cache" /etc/skel/.zshrc
# define theme
sed -i 's/^ZSH_THEME=.*/ZSH_THEME="risto"/' /etc/skel/.zshrc
sed -i 's/^ZSH_THEME=.*/ZSH_THEME="jreese"/' /etc/skel/.zshrc
# disable prompt while update
sed -i 's/# DISABLE_UPDATE_PROMPT="true"/DISABLE_UPDATE_PROMPT="true"/g' /etc/skel/.zshrc
# define default plugins
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment