updated submodules

This commit is contained in:
Nikolas Weger 2015-10-13 19:03:51 +02:00
parent 39e2887ea1
commit cfb66e0c70
3 changed files with 5 additions and 3 deletions

View file

@ -13,7 +13,7 @@ export PATH="${GOPATH}/bin:${HOME}/.gem/ruby/2.2.0/bin:${HOME}/utils:${HOME}/bin
# 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 fabric tmux taskwarrior)
plugins+=(command-not-found colored-man-pages fabric tmux taskwarrior)
if [ $(uname -n) = "megumi" -o $(uname -n) = "kimari" -o $(uname -n) = "sayaka" ]; then
plugins+=(archlinux)
@ -50,3 +50,5 @@ source ${HOME}/dotfiles/zsh/alias.zsh
# Completions Path
fpath=(${HOME}/dotfiles/lib/completions/src $fpath)
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh