From 63ea7123d1b486ee380d7940e01c78430408f6fa Mon Sep 17 00:00:00 2001 From: Shawn Anderson Date: Wed, 23 Dec 2020 00:38:15 -0800 Subject: [PATCH] Commented out a file that was breaking everything after I ran fisher. Additional investigation is required. --- dotfiles/.config/fish/functions/fish_user_key_bindings.fish | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dotfiles/.config/fish/functions/fish_user_key_bindings.fish b/dotfiles/.config/fish/functions/fish_user_key_bindings.fish index 350a9da..7a7918f 100644 --- a/dotfiles/.config/fish/functions/fish_user_key_bindings.fish +++ b/dotfiles/.config/fish/functions/fish_user_key_bindings.fish @@ -1,3 +1,3 @@ -function fish_user_key_bindings - fzf_key_bindings -end +#function fish_user_key_bindings + #fzf_key_bindings +#end