From 990fa00660ac6f5d76538052bade60501e0b874b Mon Sep 17 00:00:00 2001 From: Miles Whittaker Date: Thu, 18 Sep 2014 00:01:39 -0400 Subject: Check before sourcing, no longer need to remove --- uninstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uninstall') diff --git a/uninstall b/uninstall index d5fab9ac..3cb3afef 100755 --- a/uninstall +++ b/uninstall @@ -50,7 +50,7 @@ remove_line() { for shell in bash zsh; do remove ~/.fzf.${shell} - remove_line "source ~/.fzf.${shell}" ~/.${shell}rc + # remove_line "source ~/.fzf.${shell}" ~/.${shell}rc done bind_file=~/.config/fish/functions/fish_user_key_bindings.fish -- cgit v1.2.3