diff --git a/lib/fzf b/lib/fzf index 8fa9e85..ae04f56 160000 --- a/lib/fzf +++ b/lib/fzf @@ -1 +1 @@ -Subproject commit 8fa9e85980b8a7f291e5f749c93f11be7972a161 +Subproject commit ae04f56dbdc9cd635f5a3d56082faf2399d91f75 diff --git a/lib/ohmyzsh b/lib/ohmyzsh index f104d16..57c2ac1 160000 --- a/lib/ohmyzsh +++ b/lib/ohmyzsh @@ -1 +1 @@ -Subproject commit f104d1624db764500f74e97d1161acc4aefec8d2 +Subproject commit 57c2ac1e605c8cc3922c46109b8b65361e05acef diff --git a/zsh/zshrc b/zsh/zshrc index 34d6eda..b280bfa 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -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