updated submodules
This commit is contained in:
parent
39e2887ea1
commit
cfb66e0c70
3 changed files with 5 additions and 3 deletions
2
lib/fzf
2
lib/fzf
|
@ -1 +1 @@
|
|||
Subproject commit 8fa9e85980b8a7f291e5f749c93f11be7972a161
|
||||
Subproject commit ae04f56dbdc9cd635f5a3d56082faf2399d91f75
|
|
@ -1 +1 @@
|
|||
Subproject commit f104d1624db764500f74e97d1161acc4aefec8d2
|
||||
Subproject commit 57c2ac1e605c8cc3922c46109b8b65361e05acef
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue