aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-12-18 00:17:22 -0800
committerGravatar Tom Willemse2020-12-26 23:17:23 -0800
commitdfa3244bea2bfe18c1b2a018a14a50a61ff84df9 (patch)
tree040f50320b0c1f9a97e835ce022f863a8a713f09
parent90124cc20ffcb34b96135749ed101903824b02b1 (diff)
downloadnew-dotfiles-dfa3244bea2bfe18c1b2a018a14a50a61ff84df9.tar.gz
new-dotfiles-dfa3244bea2bfe18c1b2a018a14a50a61ff84df9.zip
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.
-rw-r--r--fish/.config/fish/config.fish3
1 files changed, 1 insertions, 2 deletions
diff --git a/fish/.config/fish/config.fish b/fish/.config/fish/config.fish
index 319a055..416b290 100644
--- a/fish/.config/fish/config.fish
+++ b/fish/.config/fish/config.fish
@@ -1,6 +1,5 @@
function fish_title
- echo "$TERM:" (status current-command) ' '
- pwd
+ prompt_pwd
end
function hc