Remove oh-my-zsh

This commit is contained in:
Andrew Tomaka 2015-08-01 19:10:46 -04:00
parent 11ed288753
commit 2ef129e90f
4 changed files with 0 additions and 18 deletions

3
.gitmodules vendored
View file

@ -1,6 +1,3 @@
[submodule "oh-my-zsh"]
path = oh-my-zsh
url = https://github.com/robbyrussell/oh-my-zsh.git
[submodule "vim/bundle/vundle"]
path = vim/bundle/vundle
url = https://github.com/gmarik/vundle.git

View file

@ -5,7 +5,6 @@ function g {
git status
fi
}
compdef g=git
insert-sudo() {
zle beginning-of-line

@ -1 +0,0 @@
Subproject commit 599831b85a5fd4564ab820530e2bb45f37ca3f99

13
zshrc
View file

@ -1,9 +1,3 @@
# home bin directory
ZSH=$HOME/.oh-my-zsh
# custom directory to load .oh-my-zsh files from
ZSH_CUSTOM="$HOME/.zsh"
ZSH_THEME="atomaka" # gnzh, candy, crunch, geoffgarside, macovsky
PATH="$HOME/bin:$PATH"
if [[ "$OSTYPE" == darwin* ]]; then
@ -37,13 +31,6 @@ SAVEHIST=20000
stty start undef
stty stop undef
# 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/
# Example format: plugins=(rails git textmate ruby lighthouse)
plugins=(git rbenv)
source $ZSH/oh-my-zsh.sh
# Aliases/Functions files
source $HOME/.aliases
source $HOME/.functions