Explorar el Código

~/.zshrc: Don't set title.

E.g. no hostname
Lucas Stadler %!s(int64=12) %!d(string=hace) años
padre
commit
62f39d3ed3
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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))]"