Remove oh-my-zsh
This commit is contained in:
parent
11ed288753
commit
2ef129e90f
4 changed files with 0 additions and 18 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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"]
|
[submodule "vim/bundle/vundle"]
|
||||||
path = vim/bundle/vundle
|
path = vim/bundle/vundle
|
||||||
url = https://github.com/gmarik/vundle.git
|
url = https://github.com/gmarik/vundle.git
|
||||||
|
|
|
@ -5,7 +5,6 @@ function g {
|
||||||
git status
|
git status
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
compdef g=git
|
|
||||||
|
|
||||||
insert-sudo() {
|
insert-sudo() {
|
||||||
zle beginning-of-line
|
zle beginning-of-line
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 599831b85a5fd4564ab820530e2bb45f37ca3f99
|
|
13
zshrc
13
zshrc
|
@ -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"
|
PATH="$HOME/bin:$PATH"
|
||||||
|
|
||||||
if [[ "$OSTYPE" == darwin* ]]; then
|
if [[ "$OSTYPE" == darwin* ]]; then
|
||||||
|
@ -37,13 +31,6 @@ SAVEHIST=20000
|
||||||
stty start undef
|
stty start undef
|
||||||
stty stop 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
|
# Aliases/Functions files
|
||||||
source $HOME/.aliases
|
source $HOME/.aliases
|
||||||
source $HOME/.functions
|
source $HOME/.functions
|
||||||
|
|
Loading…
Reference in a new issue