summaryrefslogtreecommitdiff
path: root/.config/zsh
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-09 20:09:17 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-09 20:09:17 +0100
commit09928e2580256fde54d22f05da4d9f825487ba1e (patch)
tree87bd3be2b6097a96f29d063bb8ee8f21597996c4 /.config/zsh
parent66d0169b02bfa009618b6b295da13c5001333914 (diff)
Update git icon to material ui
Diffstat (limited to '.config/zsh')
-rw-r--r--.config/zsh/prompt2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/zsh/prompt b/.config/zsh/prompt
index 94ae435..56272da 100644
--- a/.config/zsh/prompt
+++ b/.config/zsh/prompt
@@ -29,7 +29,7 @@ zstyle ':vcs_info:git*+set-message:*' hooks git-untracked
zstyle ':vcs_info:*' check-for-changes true
# zstyle ':vcs_info:git:*' formats " %r/%S %b %m%u%c "
-zstyle ':vcs_info:git:*' formats " %{$fg[red]%}%m%u%c%{$fg[orange]%}  %{$fg[yellow]%}%b%f"
+zstyle ':vcs_info:git:*' formats " %{$fg[red]%}%m%u%c%{$fg[orange]%} 󰘬 %{$fg[yellow]%}%b%f"
function set-prompt() {
emulate -L zsh