diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-06-24 21:43:31 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-06-24 21:43:31 +0200 |
commit | 6fcc69113bd7cc7295ef9dc068da80d043cbb8bb (patch) | |
tree | debe83f21f248bb549eb60bcf9b7b036c8c0f89f /.config/zsh | |
parent | 71c380724147af8a293d3f88f244c6bb6838de18 (diff) |
nvim remove hl working, other fixes
Diffstat (limited to '.config/zsh')
-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 b7eb58a..94ae435 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 |