From c86118fa01ff4be3e4aa29cf14b45a594586b6d2 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Sat, 25 Mar 2023 02:12:45 +0800 Subject: [PATCH] Add missing "source". --- .bashrc.local | 4 ++-- .zshrc.local | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bashrc.local b/.bashrc.local index 52852ae..3efdc37 100644 --- a/.bashrc.local +++ b/.bashrc.local @@ -1,8 +1,8 @@ # alias update="(cd ~/git; make all)" # -[[ -s /usr/share/doc/fzf/examples/completion.bash ]] && /usr/share/doc/fzf/examples/completion.bash -[[ -s /usr/share/doc/fzf/examples/key-bindings.bash ]] && /usr/share/doc/fzf/examples/key-bindings.bash +[[ -s /usr/share/doc/fzf/examples/completion.bash ]] && source /usr/share/doc/fzf/examples/completion.bash +[[ -s /usr/share/doc/fzf/examples/key-bindings.bash ]] && source /usr/share/doc/fzf/examples/key-bindings.bash # [[ -s "$HOME/.gvm/scripts/gvm" ]] && source "$HOME/.gvm/scripts/gvm" [[ -s "$HOME/perl5/perlbrew/etc/bashrc" ]] && source "$HOME/perl5/perlbrew/etc/bashrc" diff --git a/.zshrc.local b/.zshrc.local index 1b94efe..a1ad449 100644 --- a/.zshrc.local +++ b/.zshrc.local @@ -1,8 +1,8 @@ # alias "update=(cd ~/git; make all)" # -[[ -s /usr/share/doc/fzf/examples/completion.zsh ]] && /usr/share/doc/fzf/examples/completion.zsh -[[ -s /usr/share/doc/fzf/examples/key-bindings.zsh ]] && /usr/share/doc/fzf/examples/key-bindings.zsh +[[ -s /usr/share/doc/fzf/examples/completion.zsh ]] && source /usr/share/doc/fzf/examples/completion.zsh +[[ -s /usr/share/doc/fzf/examples/key-bindings.zsh ]] && source /usr/share/doc/fzf/examples/key-bindings.zsh # [[ -s "$HOME/.gvm/scripts/gvm" ]] && source "$HOME/.gvm/scripts/gvm" [[ -s "$HOME/perl5/perlbrew/etc/bashrc" ]] && source "$HOME/perl5/perlbrew/etc/bashrc"