diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-13 20:23:54 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-13 20:23:54 +0100 |
commit | b6f0072f909bfdbf7bfac6cd18c6e6fc39ba0def (patch) | |
tree | 141b076ea56a9ba9f3de0ce63d689b4216fb939b /.config | |
parent | 30efb8b09f030c12aa6d3ca350e40b86821dc45a (diff) |
Use material ui font for git symbol
Diffstat (limited to '.config')
-rw-r--r-- | .config/zsh/prompt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/zsh/prompt b/.config/zsh/prompt index 56272da..7eaf4bd 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 |