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