From f2be6ff368b387b56e22178d91d574722a7eba03 Mon Sep 17 00:00:00 2001 From: Bruno Pinto Date: Fri, 24 May 2013 09:38:21 -0300 Subject: [PATCH] removing percol.load file that is no longer necessary --- plugins/percol/percol.load | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 plugins/percol/percol.load diff --git a/plugins/percol/percol.load b/plugins/percol/percol.load deleted file mode 100644 index 56de6cb..0000000 --- a/plugins/percol/percol.load +++ /dev/null @@ -1,13 +0,0 @@ -function percol_select_history - history|percol|read foo - if [ $foo ] - commandline $foo - else - commandline '' - end -end - -# ~/.oh-my-fish/custom/*.load -# function fish_user_key_bindings -# bind \cr percol_select_history -# end