Show only the pwd from the prompt in the title
This works well together with Emacs Vterm to show the current working directory in the mode-line.
This commit is contained in:
parent
90124cc20f
commit
dfa3244bea
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
function fish_title
|
||||
echo "$TERM:" (status current-command) ' '
|
||||
pwd
|
||||
prompt_pwd
|
||||
end
|
||||
|
||||
function hc
|
||||
|
|
Loading…
Reference in a new issue