saving uncommitted changes in /etc prior to dnf run
This commit is contained in:
14
default/color
Normal file
14
default/color
Normal file
@@ -0,0 +1,14 @@
|
||||
#Color Variable
|
||||
CSI=$(echo -e "\033[")
|
||||
CEND="${CSI}0m"
|
||||
CDGREEN="${CSI}32m"
|
||||
CRED="${CSI}1;31m"
|
||||
CGREEN="${CSI}1;32m"
|
||||
CYELLOW="${CSI}1;33m"
|
||||
CBLUE="${CSI}1;34m"
|
||||
CMAGENTA="${CSI}1;35m"
|
||||
CCYAN="${CSI}1;36m"
|
||||
CQUESTION="$CMAGENTA"
|
||||
CWARNING="$CRED"
|
||||
CMSG="$CCYAN"
|
||||
#Color Variable
|
||||
Reference in New Issue
Block a user