fixed bash prompt and added 'clera' :)

This commit is contained in:
Wryn Wagner 2019-06-07 16:13:32 -06:00
parent 181717dc4c
commit 8dd986317b
2 changed files with 4 additions and 1 deletions

View File

@ -89,4 +89,4 @@ parse_git_branch(){
} }
# bash prompt # 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\]"

3
bashrc
View File

@ -11,3 +11,6 @@ exec figlet "Welcome, beautiful" | lolcat; echo; cowsay -p "damn u sexy" | lolca
# --- Utility Alias ------------------------------------------- # --- Utility Alias -------------------------------------------
alias restart='clear; source ~/.bashrc; echo' alias restart='clear; source ~/.bashrc; echo'
alias datereadable='date +"%A %B %d, %Y"' alias datereadable='date +"%A %B %d, %Y"'
# --- !@#$ Aliases --------------------------------------------
alias clera='clear'