From 3935aa84d8cc66c0371926c61afe89832f00df10 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Fri, 13 Mar 2015 13:08:42 +0900 Subject: Refactor shell extensions - Use symlinks instead of generating the full content - Update fish_user_paths and remove ~/.config/fish/functions/fzf.fish - Create wrapper script for fzf when Ruby version and use it instead of exported function not to break fzf-tmux --- uninstall | 1 + 1 file changed, 1 insertion(+) (limited to 'uninstall') diff --git a/uninstall b/uninstall index 1884c470..e2717a37 100755 --- a/uninstall +++ b/uninstall @@ -68,6 +68,7 @@ fi if [ -d ~/.config/fish/functions ]; then remove ~/.config/fish/functions/fzf.fish + remove ~/.config/fish/functions/fzf_key_bindings.fish if [ "$(ls -A ~/.config/fish/functions)" ]; then echo "Can't delete non-empty directory: \"~/.config/fish/functions\"" -- cgit v1.2.3