From e6677f1e1ba4689cc2f14ea88293888a09710044 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Mon, 3 May 2021 19:10:47 +0200 Subject: [PATCH] Move git prompt back after cwd --- home/.config/sh/theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.config/sh/theme b/home/.config/sh/theme index 540c1e3..20f6836 100755 --- a/home/.config/sh/theme +++ b/home/.config/sh/theme @@ -69,8 +69,8 @@ setopt promptsubst # enable command substitution in prompt # Primary Prompt [ "$EUID" -eq 0 ] && PS1="$RED%n$RESET" || PS1="$GREEN%n$RESET" # user PS1+="$(foreign_prompt)" -PS1+="\$(git_prompt)" PS1+="$(working_directory)" +PS1+="\$(git_prompt)" PS1+=" $PURPLE%(!.#.»)$RESET " # Final symbol (# or ») # Next line prompt