From 67597718bda9f46bd83cafbff091b5273c46e58a Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Wed, 5 Dec 2018 23:12:30 -0500 Subject: [PATCH] Add fzf to fish config --- .gitignore | 1 + config/fish/functions/fish_prompt.fish | 1 - config/fish/functions/fish_user_key_bindings.fish | 3 +++ config/fish/functions/fzf_key_bindings.fish | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) delete mode 120000 config/fish/functions/fish_prompt.fish create mode 100644 config/fish/functions/fish_user_key_bindings.fish create mode 120000 config/fish/functions/fzf_key_bindings.fish diff --git a/.gitignore b/.gitignore index e788ae1..0dc0f3d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ doom spacemacs +config/fish/functions/fish_prompt.fish diff --git a/config/fish/functions/fish_prompt.fish b/config/fish/functions/fish_prompt.fish deleted file mode 120000 index 7c43ae2..0000000 --- a/config/fish/functions/fish_prompt.fish +++ /dev/null @@ -1 +0,0 @@ -/Users/colinpowell/.local/share/omf/themes/shellder/fish_prompt.fish \ No newline at end of file diff --git a/config/fish/functions/fish_user_key_bindings.fish b/config/fish/functions/fish_user_key_bindings.fish new file mode 100644 index 0000000..350a9da --- /dev/null +++ b/config/fish/functions/fish_user_key_bindings.fish @@ -0,0 +1,3 @@ +function fish_user_key_bindings + fzf_key_bindings +end diff --git a/config/fish/functions/fzf_key_bindings.fish b/config/fish/functions/fzf_key_bindings.fish new file mode 120000 index 0000000..ff68d89 --- /dev/null +++ b/config/fish/functions/fzf_key_bindings.fish @@ -0,0 +1 @@ +/home/powellc/.fzf/shell/key-bindings.fish \ No newline at end of file