From e3289ed89cb41192bd13f9e73ca75767ae7aeaf2 Mon Sep 17 00:00:00 2001 From: rintyuu Date: Sat, 30 Mar 2024 16:24:01 -0700 Subject: [PATCH] Upload git_bashrc --- linux/git_bashrc | 1 + 1 file changed, 1 insertion(+) create mode 100644 linux/git_bashrc diff --git a/linux/git_bashrc b/linux/git_bashrc new file mode 100644 index 0000000..c7a9f96 --- /dev/null +++ b/linux/git_bashrc @@ -0,0 +1 @@ +PROMPT_COMMAND='PS1_CMD1=$(__git_ps1 " (%s)")'; PS1='\[\e[34;1m\]\h \[\e[32m\]\w\[\e[0;38;5;81m\]${PS1_CMD1}\[\e[32;1m\] >\[\e[0m\] '