mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-17 18:46:48 +02:00
Swap bash-ism to fish-ism for enabling control-r
This commit is contained in:
parent
dbccaebf85
commit
c10dd8897c
@ -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…
x
Reference in New Issue
Block a user