1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-06-14 18:31:41 +00:00

Introduce DISABLE_AUTO_TITLE option

This commit is contained in:
Lorrin Nelson
2011-03-23 21:20:08 -07:00
parent 2a8a861ac3
commit c02b29159b
2 changed files with 10 additions and 3 deletions

View File

@ -14,6 +14,9 @@ export ZSH_THEME="robbyrussell"
# Uncomment following line if you want to disable colors in ls
# export DISABLE_LS_COLORS="true"
# Uncomment following line if you want to disable autosetting terminal title.
# export DISABLE_AUTO_TITLE="true"
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
# Example format: plugins=(rails git textmate ruby lighthouse)
plugins=(git)