diff options
| author | Mateja <mail@matejamaric.com> | 2021-06-20 22:14:20 +0200 | 
|---|---|---|
| committer | Mateja <mail@matejamaric.com> | 2021-06-20 22:14:20 +0200 | 
| commit | daf3163f23a4816b48d17d788c66bcb5788142b3 (patch) | |
| tree | 38baf3219cdece77ea72d49aa115dafcfc02973c /.config/zsh/zsh-prompt | |
| parent | 5c68b137a6b1ecf59e4c89ac5ca9352c0ef3e849 (diff) | |
| download | dotfiles-daf3163f23a4816b48d17d788c66bcb5788142b3.tar.gz dotfiles-daf3163f23a4816b48d17d788c66bcb5788142b3.zip | |
Diffstat (limited to '.config/zsh/zsh-prompt')
| -rw-r--r-- | .config/zsh/zsh-prompt | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/.config/zsh/zsh-prompt b/.config/zsh/zsh-prompt index f0a86dc..6b8e451 100644 --- a/.config/zsh/zsh-prompt +++ b/.config/zsh/zsh-prompt @@ -32,7 +32,7 @@ zstyle ':vcs_info:*' check-for-changes true  zstyle ':vcs_info:git:*' formats " %{$fg[blue]%}(%{$fg[red]%}%m%u%c%{$fg[yellow]%}%{$fg[magenta]%} %b%{$fg[blue]%})"  # format our main prompt for hostname current folder, and permissions. -PROMPT="%B%{$fg[blue]%}[%{$fg[white]%}%n%{$fg[red]%}@%{$fg[white]%}%m%{$fg[blue]%}] %(?:%{$fg_bold[green]%}➜ :%{$fg_bold[red]%}➜ )%{$fg[cyan]%}%c%{$reset_color%}" +PROMPT="%B%{$fg[blue]%}[%{$fg[white]%}%n%{$fg[red]%}@%{$fg[white]%}%m%{$fg[blue]%}] %(?:%{$fg_bold[green]%}➜ :%{$fg_bold[red]%}➜ )%{$fg[cyan]%}%~%{$reset_color%}"  # PROMPT="%{$fg[green]%}%n@%m %~ %{$reset_color%}%#> "  PROMPT+="\$vcs_info_msg_0_ "  # TODO look into this for more colors | 
