removing percol.load file that is no longer necessary

This commit is contained in:
Bruno Pinto 2013-05-24 09:38:21 -03:00
parent 418cb4fc24
commit f2be6ff368

View File

@ -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