1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-07-01 08:09:25 +00:00

[Fix #324] Add configurable terminal window and tab title formats

This commit is contained in:
Sorin Ionescu
2013-08-28 17:13:14 -04:00
parent d19c349f3f
commit 254b7c36d9
3 changed files with 32 additions and 5 deletions

View File

@ -130,6 +130,12 @@ zstyle ':prezto:module:prompt' theme 'sorin'
# Auto set the tab and window titles.
# zstyle ':prezto:module:terminal' auto-title 'yes'
# Set the window title format.
# zstyle ':prezto:module:terminal:window-title' format '%n@%m: %s'
# Set the tab title format.
# zstyle ':prezto:module:terminal:tab-title' format '%m: %s'
#
# Tmux
#