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

@ -1 +1 @@
Subproject commit 8fa9e85980b8a7f291e5f749c93f11be7972a161 Subproject commit ae04f56dbdc9cd635f5a3d56082faf2399d91f75

@ -1 +1 @@
Subproject commit f104d1624db764500f74e97d1161acc4aefec8d2 Subproject commit 57c2ac1e605c8cc3922c46109b8b65361e05acef

View file

@ -13,7 +13,7 @@ export PATH="${GOPATH}/bin:${HOME}/.gem/ruby/2.2.0/bin:${HOME}/utils:${HOME}/bin
# Plugins # Plugins
plugins=(gem bundler composer git pip vagrant docker python extract) plugins=(gem bundler composer git pip vagrant docker python extract)
plugins+=(npm systemd systemadmin frontend-search web-search gitignore) 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 if [ $(uname -n) = "megumi" -o $(uname -n) = "kimari" -o $(uname -n) = "sayaka" ]; then
plugins+=(archlinux) plugins+=(archlinux)
@ -50,3 +50,5 @@ source ${HOME}/dotfiles/zsh/alias.zsh
# Completions Path # Completions Path
fpath=(${HOME}/dotfiles/lib/completions/src $fpath) fpath=(${HOME}/dotfiles/lib/completions/src $fpath)
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh