Set the terminal title like pure does (starship doesn't do this)

This commit is contained in:
Danielle McLean 2021-07-07 15:12:32 +10:00
parent df87551b1e
commit 78208004a3
Signed by: 00dani
GPG key ID: 9DDE1EDE01E3A605
4 changed files with 36 additions and 0 deletions

View file

@ -0,0 +1,3 @@
#! zsh
autoload prompt_pure_set_title
prompt_pure_set_title 'expand-prompt' '%~'