This repository has been archived on 2022-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
prezto/modules/terminal
Andrew Naoum 07a25e6ae6 Set title in screen even when using Apple Terminal
In modules/terminal/init.zsh, the auto-title code currently will only
set the screen title if $TERM_PROGRAM != 'Apple_Terminal'. As a result,
if you use screen within an Apple Terminal, the screen title will not be
correctly set.

To fix this, I changed the logic such that the screen title will be set
even if the $TERM_PROGRAM == 'Apple Terminal'.
2012-09-11 02:06:27 -04:00
..
init.zsh Set title in screen even when using Apple Terminal 2012-09-11 02:06:27 -04:00
README.md [Fix #253] Move Prezto settings into their own file 2012-09-03 16:52:47 -04:00

Terminal

Sets terminal window and tab titles.

Settings

Auto-Title

To auto set the terminal window and tab titles with the current command or directory, add the following to zpreztorc:

zstyle ':prezto:module:terminal' auto-title 'yes'

Authors

The authors of this module should be contacted via the issue tracker.