Skip to content

Commit

Permalink
[Fix sorin-ionescu#119] Add documentation for terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
RIT80 authored and RIT80 committed Jun 14, 2012
1 parent d88e86f commit 4dadb0c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 6 deletions.
25 changes: 25 additions & 0 deletions modules/terminal/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
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 *zshrc*:

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

Authors
-------

*The authors of this module should be contacted via the [issue tracker][1].*

- [James Cox](https://github.com/imajes)
- [Sorin Ionescu](https://github.com/sorin-ionescu)

[1]: https://github.com/sorin-ionescu/oh-my-zsh/issues

6 changes: 0 additions & 6 deletions modules/terminal/init.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@
# James Cox <[email protected]>
# Sorin Ionescu <[email protected]>
#
# Usage:
# To auto set the terminal window and tab titles with the current command or
# directory, add the following to zshrc:
#
# zstyle ':omz:module:terminal' auto-title 'yes'
#

# Dumb terminals lack support.
if [[ "$TERM" == 'dumb' ]]; then
Expand Down

0 comments on commit 4dadb0c

Please sign in to comment.