Тема по-умолчанию zsh - gallois
This commit is contained in:
parent
ff2df9e53e
commit
20806a69d4
@ -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
|
||||||
|
|
||||||
@ -108,4 +108,4 @@ if $(type tmux &>/dev/null); then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Disable history sharing
|
# Disable history sharing
|
||||||
unsetopt share_history
|
unsetopt share_history
|
||||||
|
Loading…
Reference in New Issue
Block a user