From 8dd986317b0946f9bf1b2ea5001139b3f3a07c07 Mon Sep 17 00:00:00 2001 From: Wryn Wagner Date: Fri, 7 Jun 2019 16:13:32 -0600 Subject: [PATCH] fixed bash prompt and added 'clera' :) --- bashcolors | 2 +- bashrc | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/bashcolors b/bashcolors index 0b91566..3d9addc 100644 --- a/bashcolors +++ b/bashcolors @@ -89,4 +89,4 @@ parse_git_branch(){ } # bash prompt -PS1="\[$bldylw\] ☕ \[$txtblu\]\u\[$txtred\] :: \[$txtgrn\]\[$txtylw\]\w\[$bldcyn\]\$(parse_git_branch)\[$txtgrn\]$DEFAULT \n \$ " +PS1="\[$bldylw\] ☕ \[$txtblu\]\u\[$txtred\] :: \[$txtgrn\]\[$txtylw\]\w\[$bldcyn\]\$(parse_git_branch)\[$txtgrn\]$DEFAULT \n \$ \[$txtrst\]" diff --git a/bashrc b/bashrc index 32d7dc2..677a5b4 100644 --- a/bashrc +++ b/bashrc @@ -11,3 +11,6 @@ exec figlet "Welcome, beautiful" | lolcat; echo; cowsay -p "damn u sexy" | lolca # --- Utility Alias ------------------------------------------- alias restart='clear; source ~/.bashrc; echo' alias datereadable='date +"%A %B %d, %Y"' + +# --- !@#$ Aliases -------------------------------------------- +alias clera='clear'