generated from me/template-mit
Fix misquotes.
This commit is contained in:
@@ -8,12 +8,12 @@ export PATH="$PATH:~/bin-shared:~/.bin-shared"
|
||||
|
||||
# PS1 Colors
|
||||
export PURPLE="`tput setaf 55`"
|
||||
export ORANGE="`tput setaf 208"`
|
||||
export ORANGE="`tput setaf 208`"
|
||||
export GREEN="`tput setaf 34`"
|
||||
|
||||
export RED="`tput setaf 196`"
|
||||
export SCARLET="`tput setaf 16"0`
|
||||
export YELLOW="`tput setaf 226"`
|
||||
export SCARLET="`tput setaf 160`"
|
||||
export YELLOW="`tput setaf 226`"
|
||||
|
||||
export GRAY="`tput setaf 243`"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user