aboutsummaryrefslogtreecommitdiff
path: root/bash/color.bash
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2022-06-02 17:42:15 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2022-06-02 17:42:15 +0200
commit228ff6b37b40c6fc681b95967ee77122f078477b (patch)
tree420a4b6aecd79ea5ccde31c8a765d14784449422 /bash/color.bash
parent46a7583ac5bcfed29157af096294fa871473a901 (diff)
downloaddotfiles-228ff6b37b40c6fc681b95967ee77122f078477b.tar.gz
bash: fzf and preexec function
Diffstat (limited to 'bash/color.bash')
-rw-r--r--bash/color.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/color.bash b/bash/color.bash
index 9bc93c6..0ec938d 100644
--- a/bash/color.bash
+++ b/bash/color.bash
@@ -7,7 +7,7 @@ yellow="\[\e[0;33m\]"
blue="\[\e[0;34m\]"
purple="\[\e[0;35m\]"
cyan="\[\e[0;36m\]"
-white="\[\e[0;37m\]"
+white="\[\e[0;37m\]" #This is actually gray
orange="\[\e[0;91m\]"
bold_black="\[\e[30;1m\]"