OMZ: Add .omzcustom directory with custom theme

This commit is contained in:
Salt 2018-02-12 13:28:47 -06:00
parent 5eb2366c70
commit f2ab1fb92e
3 changed files with 5 additions and 5 deletions

3
.gitmodules vendored
View File

@ -23,3 +23,6 @@
[submodule ".oh-my-zsh"]
path = .oh-my-zsh
url = git@github.com:robbyrussell/oh-my-zsh.git
[submodule ".omzcustom"]
path = .omzcustom
url = git@github.com:rehashedsalt/omzcustom.git

1
.omzcustom Submodule

@ -0,0 +1 @@
Subproject commit c5ef20e595cab825c0de1d71bd62dd7cbcc04aa4

6
.zshrc
View File

@ -12,6 +12,7 @@ DISABLE_AUTO_UPDATE="true"
#COMPLETION_WAITING_DOTS="true"
#DISABLE_UNTRACKED_FILES_DIRTY="true"
ZSH_CUSTOM="$HOME/.omzcustom"
ZSH_THEME="salt"
# 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/
@ -19,11 +20,6 @@ ZSH_CUSTOM="$HOME/.omzcustom"
# 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