fixed bash prompt and added 'clera' :)
This commit is contained in:
parent
181717dc4c
commit
8dd986317b
@ -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
3
bashrc
@ -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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user