diff options
| author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-11-02 22:34:00 +0100 |
|---|---|---|
| committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-11-02 22:34:00 +0100 |
| commit | ddbb985e96c9bb76dd7844654d4175be3cd65d45 (patch) | |
| tree | 2b7b08958ae82bff667a5492226f8b8a4440aa18 /config/essentials/zsh/prompt.zsh | |
| parent | 156db94321161105f5522d621d48de77d1a46857 (diff) | |
checkpoint
Diffstat (limited to 'config/essentials/zsh/prompt.zsh')
| -rw-r--r-- | config/essentials/zsh/prompt.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/essentials/zsh/prompt.zsh b/config/essentials/zsh/prompt.zsh index 5364401..bf272b8 100644 --- a/config/essentials/zsh/prompt.zsh +++ b/config/essentials/zsh/prompt.zsh @@ -13,4 +13,4 @@ parse_git_branch() { } parse_git_status() { git status --short 2> /dev/null | head -n1 | awk '{print $1 " "}' -}
\ No newline at end of file +} |
