Update terminal colors, additions to the vimrc

This commit is contained in:
natemaia
2018-11-04 22:19:12 -08:00
parent 749193ba48
commit a0b18cc1c8
12 changed files with 235 additions and 44 deletions

View File

@ -6,7 +6,7 @@ VER="0.4"
usage() {
cat <<- EOF
USAGE: $NAME [OPTIONS]
USAGE: $NAME [OPTIONS]
OPTIONS:
@ -26,7 +26,8 @@ usage() {
-l,--logout Session logout dialog
Without any options -r,--run will be opened.
Without any options the run dialog will be opened.
EOF
}