mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-24 20:41:36 +03:00
Also refresh prompt on right prompt var change (fixes #59)
This commit is contained in:
parent
c2213d5abc
commit
a773f703cf
@ -26,7 +26,7 @@ function fish_prompt
|
||||
string unescape $$_tide_left_prompt_display_var
|
||||
end
|
||||
|
||||
function _tide_refresh_prompt --on-variable _tide_left_prompt_display_$fish_pid
|
||||
function _tide_refresh_prompt --on-variable _tide_left_prompt_display_$fish_pid --on-variable _tide_right_prompt_display_$fish_pid
|
||||
commandline --function force-repaint
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user