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

Refactor terminal

This commit is contained in:
Sorin Ionescu
2012-09-25 01:30:20 -04:00
parent 52a8c98337
commit 4cc8167739
2 changed files with 53 additions and 30 deletions

View File

@@ -13,6 +13,16 @@ directory, add the following to *zpreztorc*:
zstyle ':prezto:module:terminal' auto-title 'yes'
Functions
---------
- `set-screen-window-title` sets the screen title.
- `set-terminal-tab-title` sets the terminal tab title.
- `set-terminal-window-title` sets the terminal window title.
- `set-titles-with-command` sets the screen and terminal titles with
a given command.
- `set-titles-with-path` sets the screen and terminal titles with a given path.
Authors
-------