Commit 2c0ea988 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Include Oh-my-zsh via submodules

parent b491a9e9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -27,7 +27,6 @@
/.npm
/.cpan
/.bundler
/.oh-my-zsh

# logs, databases
*.log
+3 −0
Original line number Diff line number Diff line
@@ -19,3 +19,6 @@
[submodule "/home/dom/.vim/bundle/vim-ctrlspace"]
	path = .vim/bundle/vim-ctrlspace
	url = https://github.com/vim-ctrlspace/vim-ctrlspace.git
[submodule ".oh-my-zsh"]
	path = .oh-my-zsh
	url = git://github.com/robbyrussell/oh-my-zsh.git
Original line number Diff line number Diff line
Subproject commit 0b340bc3a5c58609a07987b296f773eaea17b274
+1 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@ plugins+=(virtualenv virtualenvwrapper tmux-virtualenvwrapper)
ZSH_CUSTOM=~/.shell/zsh_custom
ZSH_THEME="kodo"
DISABLE_AUTO_TITLE=true
DISABLE_AUTO_UPDATE=true

# activate oh-my-zsh
export ZSH=$HOME/.oh-my-zsh