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