use xrandr names without dashes and prompt_hostname instead of hostname

This commit is contained in:
2020-01-18 14:43:32 +01:00
parent 6992f46385
commit 230741595c
2 changed files with 2 additions and 2 deletions

View File

@@ -6,6 +6,6 @@ bind \cg cancel
# to synch current directory betweeen Emacs an fish shell in vterm
function fish_vterm_prompt_end;
printf '\e]51;A'(whoami)'@'(hostname)':'(pwd)'\e\\';
printf '\e]51;A'(whoami)'@'(prompt_hostname)':'(pwd)'\e\\';
end
function track_directories --on-event fish_prompt; fish_vterm_prompt_end; end