1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-10-14 15:49:09 +00:00

Rewrite terminal auto-title

This commit is contained in:
Sorin Ionescu
2013-08-26 12:12:44 -04:00
parent f6bd76a90b
commit b98c7469e5
5 changed files with 63 additions and 31 deletions

View File

@@ -8,10 +8,15 @@ Settings
### Auto-Title
To auto set the terminal window and tab titles with the current command or
To auto set the terminal emulator window and tab titles with the current command
or directory, add the following to *zpreztorc*:
zstyle ':prezto:module:terminal:auto-title' emulator 'yes'
To auto set the terminal multiplexer window title with the current command or
directory, add the following to *zpreztorc*:
zstyle ':prezto:module:terminal' auto-title 'yes'
zstyle ':prezto:module:terminal:auto-title' multiplexer 'yes'
Functions
---------