Set the terminal title like pure does (starship doesn't do this)
This commit is contained in:
parent
df87551b1e
commit
78208004a3
4 changed files with 36 additions and 0 deletions
3
config/zsh/functions/starship_pure_title_precmd
Normal file
3
config/zsh/functions/starship_pure_title_precmd
Normal file
|
@ -0,0 +1,3 @@
|
|||
#! zsh
|
||||
autoload prompt_pure_set_title
|
||||
prompt_pure_set_title 'expand-prompt' '%~'
|
Loading…
Add table
Add a link
Reference in a new issue