mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-09 13:10:40 +00:00
9 lines
128 B
Fish
9 lines
128 B
Fish
|
function percol_select_history
|
||
|
history|percol|read foo
|
||
|
if [ $foo ]
|
||
|
commandline $foo
|
||
|
else
|
||
|
commandline ''
|
||
|
end
|
||
|
end
|