diff options
-rwxr-xr-x | zsh/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,7 @@ autoload -U colors && colors | |||
82 | fpath+=$HOME/.cache/zsh/pure | 82 | fpath+=$HOME/.cache/zsh/pure |
83 | autoload -U promptinit; promptinit | 83 | autoload -U promptinit; promptinit |
84 | prompt pure | 84 | prompt pure |
85 | PURE_PROMPT_SYMBOL=$ | 85 | PURE_PROMPT_SYMBOL=❯ |
86 | # PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b " | 86 | # PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b " |
87 | 87 | ||
88 | # Basic auto/tab complete: | 88 | # Basic auto/tab complete: |