added support for local zshrc

This commit is contained in:
Nikolas Weger 2015-10-23 11:54:18 +02:00
parent f307654708
commit 0c9a509de9

View file

@ -14,9 +14,9 @@ export GOPATH=${HOME}/go
export PATH="${GOPATH}/bin:${HOME}/.gem/ruby/2.2.0/bin:${HOME}/utils:${HOME}/bin:${PATH}"
# Plugins
plugins=(gem bundler composer git pip vagrant docker python extract)
plugins+=(npm systemd systemadmin frontend-search web-search gitignore)
plugins+=(command-not-found colored-man-pages fabric tmux taskwarrior)
plugins=(gem bundler composer git vagrant docker python)
plugins+=(npm systemd systemadmin gitignore tmux extract)
plugins+=(command-not-found colored-man-pages fabric)
if [ $(uname -n) = "megumi" -o $(uname -n) = "kimari" -o $(uname -n) = "sayaka" ]; then
plugins+=(archlinux)
@ -53,3 +53,6 @@ source ${HOME}/dotfiles/zsh/alias.zsh
# Completions Path
fpath=(${HOME}/dotfiles/lib/completions/src $fpath)
# Source local zshrc
[ -f ${HOME}/local.zshrc ] && source ${HOME}/local.zshrc