This commit is contained in:
exavatar 2015-02-10 19:03:40 +00:00
commit aeca3483cd
2 changed files with 7 additions and 1 deletions

View file

@ -30,6 +30,9 @@ function omz_termsupport_precmd {
# Runs before executing the command
function omz_termsupport_preexec {
if [[ "$DISABLE_CMD_AUTO_TITLE" == "true" ]]; then
return
fi
emulate -L zsh
setopt extended_glob

View file

@ -19,9 +19,12 @@ ZSH_THEME="robbyrussell"
# Uncomment the following line to disable colors in ls.
# DISABLE_LS_COLORS="true"
# Uncomment the following line to disable auto-setting terminal title.
# Uncomment the following line to disable auto-setting terminal title in any way.
# DISABLE_AUTO_TITLE="true"
# Uncomment the following line to disable auto-setting running commands in the terminal title.
# DISABLE_CMD_AUTO_TITLE="true"
# Uncomment the following line to enable command auto-correction.
# ENABLE_CORRECTION="true"