Use random oh-my-zsh theme
This commit is contained in:
parent
a6d77e2890
commit
17f5b2e419
2
.zshrc
2
.zshrc
@ -3,7 +3,7 @@ oh_my_zsh="$HOME/.oh-my-zsh"
|
|||||||
if [[ -f "$oh_my_zsh/oh-my-zsh.sh" ]]; then
|
if [[ -f "$oh_my_zsh/oh-my-zsh.sh" ]]; then
|
||||||
|
|
||||||
export ZSH="$oh_my_zsh"
|
export ZSH="$oh_my_zsh"
|
||||||
export ZSH_THEME="$theme"
|
export ZSH_THEME="random"
|
||||||
export DISABLE_UPDATE_PROMPT=true
|
export DISABLE_UPDATE_PROMPT=true
|
||||||
|
|
||||||
export ZSH_TMUX_AUTOSTART=true
|
export ZSH_TMUX_AUTOSTART=true
|
||||||
|
Loading…
Reference in New Issue
Block a user