remove zilsh wrapper

This commit is contained in:
Thomas Ruoff
2014-08-03 00:14:24 +02:00
parent b13e46a889
commit 4c409767fa
7 changed files with 13 additions and 120 deletions

28
zshrc
View File

@@ -1,35 +1,25 @@
ZILSH_VERBOSITY=2
export ZSH=$HOME/.oh-my-zsh
autoload -U colors && colors
source ~/.zsh/zilsh/zilsh.zsh
ZSH_THEME="pygmalion"
# oh-my-zilch config
#
omz_plugins=(bower gitfast git-extras node npm pass screen vi-mode)
plugins=(bower gitfast git-extras node npm pass screen vi-mode)
case $(hostname) in
t430s-arch)
omz_plugins+=(archlinux systemd)
plugins+=(archlinux systemd)
;;
cassiopeia.uberspace.de)
omz_plugins+=()
plugins+=()
;;
everard)
omz_plugins+=(debian jira)
plugins+=(debian jira)
;;
esac
source $ZSH/oh-my-zsh.sh
ZILSH_THEME="pygmalion.zsh-theme"
_zilsh_init "~/.zsh/bundle/"
############
## Settings
#############
PATH="$PATH:$HOME/local/bin"
EDITOR="vim"
# You may need to manually set your language environment
# export LANG=en_US.UTF-8
# turn of autocorrection
unsetopt correct_all