From ac9b419825afc96ef19bf4f327bfa5051166e5bf Mon Sep 17 00:00:00 2001 From: Derek Stavis Date: Tue, 5 Jul 2016 09:23:10 -0300 Subject: [PATCH] init: don't try to double backup key bindings --- init.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/init.fish b/init.fish index 15f02a8..e802bc8 100644 --- a/init.fish +++ b/init.fish @@ -23,6 +23,7 @@ require --path {$OMF_PATH,$OMF_CONFIG}/pkg/* emit perf:timer:finish "Oh My Fish init installed packages" # Backup key bindings functions -q fish_user_key_bindings + and not functions -q __original_fish_user_key_bindings and functions -c fish_user_key_bindings __original_fish_user_key_bindings # Override key bindings, calling original if existent function fish_user_key_bindings -V theme