generated from me/template-mit
Add colors for PS1 prompts.
This commit is contained in:
14
rc_shared.sh
14
rc_shared.sh
@@ -10,6 +10,20 @@
|
||||
# Environment Usability
|
||||
export PATH="$PATH:~/bin-shared:~/.bin-shared"
|
||||
|
||||
# PS1 Colors
|
||||
PURPLE=`tput setaf 55`
|
||||
ORANGE=`tput setaf 208`
|
||||
GREEN=`tput setaf 34`
|
||||
|
||||
RED=`tput setaf 196`
|
||||
SCARLET=`tput setaf 160`
|
||||
YELLOW=`tput setaf 226`
|
||||
|
||||
GRAY=`tput setaf 243`
|
||||
|
||||
RESET=`tput sgr0`
|
||||
BOLD=`tput bold`
|
||||
|
||||
|
||||
## Aliases ##
|
||||
|
||||
|
||||
Reference in New Issue
Block a user