mirror of
https://github.com/ddworken/hishtory.git
synced 2025-01-22 22:28:51 +01:00
Swap bash-ism to fish-ism for enabling control-r
This commit is contained in:
parent
c10dd8897c
commit
d5472be6b3
@ -29,4 +29,4 @@ function __hishtory_on_control_r
|
||||
rm -f $tmp
|
||||
end
|
||||
|
||||
[ $(hishtory config-get enable-control-r) = true ] && bind \cr __hishtory_on_control_r
|
||||
[ (hishtory config-get enable-control-r) = true ] && bind \cr __hishtory_on_control_r
|
@ -29,4 +29,4 @@ function __hishtory_on_control_r
|
||||
rm -f $tmp
|
||||
end
|
||||
|
||||
[ $(hishtory config-get enable-control-r) = true ] && bind \cr __hishtory_on_control_r
|
||||
[ (hishtory config-get enable-control-r) = true ] && bind \cr __hishtory_on_control_r
|
Loading…
Reference in New Issue
Block a user