Merge remote-tracking branch 'origin/master' into everard

Conflicts:
	zsh/bundle/oh-my-zilsh
This commit is contained in:
Thomas Ruoff
2014-08-11 17:55:54 +02:00
8 changed files with 49 additions and 166 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