Тема по-умолчанию zsh - gallois

This commit is contained in:
Дмитрий Рамазанов 2019-09-18 18:14:07 +05:00
parent ff2df9e53e
commit 20806a69d4

View File

@ -8,7 +8,7 @@ export ZSH=$HOME/.dots/zsh
# load a random theme each time oh-my-zsh is loaded, in which case, # load a random theme each time oh-my-zsh is loaded, in which case,
# to know which specific one was loaded, run: echo $RANDOM_THEME # to know which specific one was loaded, run: echo $RANDOM_THEME
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes # See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
ZSH_THEME="simple" ZSH_THEME="gallois"
# Set list of themes to pick from when loading at random # Set list of themes to pick from when loading at random
# Setting this variable when ZSH_THEME=random will cause zsh to load # Setting this variable when ZSH_THEME=random will cause zsh to load
@ -68,7 +68,7 @@ ZSH_THEME="simple"
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse) # Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup. # Add wisely, as too many plugins slow down shell startup.
plugins=(git themes) plugins=(git themes common-aliases)
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh