commit: af601ce2fc72033b2885329e3af45112d48c4608
parent: 504ff106f8cb7705f79921be71e8519e4d1dc4ec
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sun, 14 Jun 2020 06:06:08 +0200
.common.sh: remove git-branch for non-ksh
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.common.sh b/.common.sh
@@ -64,7 +64,7 @@ case $SHELL in
;;
*)
# Don't even try escape codes, and so no powerline-style
- export PS1='$? $(date +w%wT%T) $USER@${HOSTNAME:=$(hostname)} $(get_working_directory) $(get_git_branch) > '
+ export PS1='$? $(date +w%wT%T) $USER@${HOSTNAME:=$(hostname)} $(get_working_directory) > '
;;
esac