Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions pure.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ prompt_pure_check_cmd_exec_time() {
prompt_pure_set_title() {
setopt localoptions noshwordsplit

# Allow disabling title management.
zstyle -T ":prompt:pure:title" show || return

# Emacs terminal does not support settings the title.
(( ${+EMACS} || ${+INSIDE_EMACS} )) && return

Expand Down
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ You can set Pure to only `git fetch` the upstream branch of the current local br

`zstyle :prompt:pure:environment:nix-shell show no`

Automatic terminal title management can be disabled if you want to set your own tab or window titles:

`zstyle :prompt:pure:title show no`

## Colors

As explained in ZSH's [manual](http://zsh.sourceforge.net/Doc/Release/Zsh-Line-Editor.html#Character-Highlighting), color values can be:
Expand Down