Parcourir la Source

~/.zshrc: Don't set title.

E.g. no hostname
Lucas Stadler 12 ans auparavant
Parent
commit
62f39d3ed3
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      .zshrc

+ 1 - 0
.zshrc

@ -29,6 +29,7 @@ function repo_branch {
29 29
30 30
autoload colors && colors
31 31
function precmd {
32
	echo -ne "\033]0;\007"
32 33
	user="%{$fg[red]%}%n%{$reset_color%}"
33 34
	dir="%{$fg[cyan]%}%~%{$reset_color%}"
34 35
	lastcmd="$history[$(($HISTCMD-1))]"