diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-08 17:07:20 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-08 17:07:20 +0200 |
commit | 171ea6ca8655a7e1831e6b89af70147246c376cf (patch) | |
tree | 3a1dcdd031ebdf07335598b583afd37c71ee0540 /config/essentials | |
parent | f69263dc091c6a61011af9e5f3684d2895b49795 (diff) |
added space after sign
Diffstat (limited to 'config/essentials')
-rw-r--r-- | config/essentials/zsh/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/essentials/zsh/.zshrc b/config/essentials/zsh/.zshrc index 2499c45..d324e19 100644 --- a/config/essentials/zsh/.zshrc +++ b/config/essentials/zsh/.zshrc @@ -108,7 +108,7 @@ setopt prompt_subst parse_git_remote() { git branch -v 2>/dev/null | grep '^\*' | cut -f2 -d'[' | cut -f1 -d' ' | - sed 's/ahead/↑/;s/behind/↓/;s/\*//' + sed 's/ahead/↑ /;s/behind/↓ /;s/\*//' } parse_git_branch() { git symbolic-ref --short HEAD 2> /dev/null || git rev-parse --short HEAD 2> /dev/null |