From 87f98de7ad920b5f37f7957a2af9d4f9e7b6bf88 Mon Sep 17 00:00:00 2001 From: Wryn Wagner Date: Tue, 16 Apr 2019 10:19:43 -0600 Subject: [PATCH] Added gitignore (for .swp) and updated colorscheme --- bashcolors | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashcolors b/bashcolors index 63390a9..b6ef9f2 100644 --- a/bashcolors +++ b/bashcolors @@ -89,4 +89,4 @@ parse_git_branch(){ } # bash prompt -PS1="☕ \[$txtblu\]\u\[$txtred\] :: \[$txtgrn\]\[$txtylw\]\w\[$txtgrn\]\$(parse_git_branch)$DEFAULT \n \$ " +PS1="☕ \[$txtblu\]\u\[$txtred\] :: \[$txtgrn\]\[$txtylw\]\w\[$bldcyn\]\$(parse_git_branch)\[$txtgrn\]$DEFAULT \n \$ "