zsh: Prepare for OMZ customization

This commit is contained in:
Salt 2018-02-12 11:32:56 -06:00
parent f174c278ce
commit 5eb2366c70

14
.zshrc
View File

@ -3,20 +3,15 @@ if [[ -f "/etc/profile" ]]; then
fi
export ZSH=/home/salt/.oh-my-zsh
export LANG="en_US.UTF-8"
# Set name of the theme to load. Optionally, if you set this to "random"
# it'll load a random theme each time that oh-my-zsh is loaded.
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
#ZSH_THEME="powerlevel9k/powerlevel9k"
ZSH_THEME="mh"
#CASE_SENSITIVE="true"
#HYPHEN_INSENSITIVE="true"
#DISABLE_AUTO_UPDATE="true"
#export UPDATE_ZSH_DAYS=13
DISABLE_AUTO_UPDATE="true"
#DISABLE_AUTO_TITLE="true"
#ENABLE_CORRECTION="true"
#COMPLETION_WAITING_DOTS="true"
#DISABLE_UNTRACKED_FILES_DIRTY="true"
ZSH_CUSTOM="$HOME/.omzcustom"
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
@ -24,6 +19,11 @@ ZSH_THEME="mh"
# Add wisely, as too many plugins slow down shell startup.
plugins=(git)
# Set name of the theme to load. Optionally, if you set this to "random"
# it'll load a random theme each time that oh-my-zsh is loaded.
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
ZSH_THEME="mh"
DEFAULT_USER=salt
HISTFILE=~/.histfile
HISTSIZE=1000