mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
fix(fish): do not accept autosuggestion by default
This commit is contained in:
parent
d2b4a988db
commit
69ee58fef8
|
@ -187,7 +187,7 @@ end
|
||||||
|
|
||||||
function _omp_enter_key_handler
|
function _omp_enter_key_handler
|
||||||
if commandline --paging-mode
|
if commandline --paging-mode
|
||||||
commandline --function accept-autosuggestion
|
commandline --function execute
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue