OMZ: Add .omzcustom directory with custom theme
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -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
1
.omzcustom
Submodule
Submodule .omzcustom added at c5ef20e595
6
.zshrc
6
.zshrc
@@ -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
|
||||
|
Reference in New Issue
Block a user