diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-02-13 23:18:09 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-02-13 23:18:09 +0100 |
commit | db56e593e59f896d9e176535596cd0c2a4167f88 (patch) | |
tree | 1b6f3cdb07997b4ab4a14be0cba1e08208350bdd /.config/zsh/prompt | |
parent | cd386316b819b0f455521ca43d33caf510883c96 (diff) |
Update prompt
Diffstat (limited to '.config/zsh/prompt')
-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 b7b3ee1..a9bd710 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 " %F{8%}%m%u%c%F{8%} %F{8%}%b%f" +zstyle ':vcs_info:git:*' formats " %F{8%}%m%u%c%F{8%} %F{8%}%b%f" function set-prompt() { emulate -L zsh |