Summary Files CommitsBranches @commit@diff
diff options
context:
space:
mode:
Commitb70c6f40b7aa326c423f0047c34e2928be544936 (patch )
AuthorKamen Mladenov <kamen@syndamia.com>2024-11-04 09:56:22 +0200
CommitterKamen Mladenov <kamen@syndamia.com>2024-11-04 09:56:22 +0200
Files53904ade973945307c9e63f5cc5227a0e48fb981
dotfiles-b70c6f40b7aa326c423f0047c34e2928be544936.tar
dotfiles-b70c6f40b7aa326c423f0047c34e2928be544936.tar.gz
dotfiles-b70c6f40b7aa326c423f0047c34e2928be544936.zip
Parentdf9c297917c21fbd6a2f492a4d0cddf288274085 (diff)
fix(bash): Show git precursor even when git info isn't printed
1 files changed, 1 insertions, 1 deletions
-rw-r--r--.bashrc2
diff --git a/.bashrc b/.bashrc
index 5cf0fb0..a747eb7 100644
--- a/.bashrc
+++ b/.bashrc
@@ -161,7 +161,7 @@
}
ps_precursor() {
- if [ -n "$___git_printed" ]
+ if [ -n "$___changes" ]
then
printf ""
else