diff options
Diffstat (limited to '.config/zsh')
| -rw-r--r-- | .config/zsh/.zshrc | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 23f8ac6..448e0d0 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -56,7 +56,7 @@ else  fi  } -PS1='%{$fg[green]%}%~ %{$fg[magenta]%}$(git_status)%{$fg[blue]%}-> %{$reset_color%}' +PS1='%{$fg[white]%}%n@%m %{$fg[yellow]%}%~ %{$fg[magenta]%}$(git_status)%{$fg[white]%}$ %{$reset_color%}'  setopt autocd		# Automatically cd into typed directory.  stty stop undef		# Disable ctrl-s to freeze terminal.  setopt interactive_comments  |