Sfoglia il codice sorgente

~/.zshrc: Don't set title.

E.g. no hostname
Lucas Stadler 12 anni fa
parent
commit
62f39d3ed3
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      .zshrc

+ 1 - 0
.zshrc

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