aboutsummaryrefslogtreecommitdiff
path: root/bash/colors.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bash/colors.sh')
-rw-r--r--bash/colors.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/bash/colors.sh b/bash/colors.sh
index 90cabc4..68acb06 100644
--- a/bash/colors.sh
+++ b/bash/colors.sh
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
+# shellcheck disable=1117 disable=1004 disable=2034 disable=2154
# Customize BASH PS1 prompt to show current GIT repository and branch.
# by Mike Stewart - http://MediaDoneRight.com
@@ -208,7 +209,7 @@ function lightblueb {
}
export -f lightblueb
-function ,colors {
+function colors {
black "black"
blackb "blackb"
white "white"