summaryrefslogtreecommitdiffstats
path: root/uninstall
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-03-13 13:08:42 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-03-13 17:41:00 +0900
commit3935aa84d8cc66c0371926c61afe89832f00df10 (patch)
tree1c5ae8f1cdf7f6cf850ae296e12b10c1bef9de2e /uninstall
parentdd6138a6559363871d88c594ab9d170e36959129 (diff)
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
Diffstat (limited to 'uninstall')
-rwxr-xr-xuninstall1
1 files changed, 1 insertions, 0 deletions
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\""