From 4ce1a6472008eae53caa5d4361f0222e95ab172a Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sat, 2 Nov 2013 14:52:52 -0400 Subject: Remove git prompt from title --- .zsh/title.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zsh/title.zsh') diff --git a/.zsh/title.zsh b/.zsh/title.zsh index 5a00c458..0307b57c 100644 --- a/.zsh/title.zsh +++ b/.zsh/title.zsh @@ -20,7 +20,7 @@ unset _title_host [[ -n "$SSH_CLIENT" ]] && _title_host='%m:' function _title_precmd { - [[ -z "$_title_custom" ]] && _title '$_title_host%1~$(gitprompt nocolor)' + [[ -z "$_title_custom" ]] && _title '$_title_host%1~' } typeset -ga preexec_functions -- cgit 1.4.1 mit();'> web frontend for git
about summary refs log tree commit diff
path: root/ui-atom.h (unfollow)
Commit message (Collapse)Author
2015-03-14git: update to v2.3.3Christian Hesse
Update to git version v2.3.3, no changes required. Signed-off-by: Christian Hesse <mail@eworm.de>
2015-03-13Bump versionJason A. Donenfeld
2015-03-13Remove no-op link from submodule entriesLukas Fleischer