From 228ff6b37b40c6fc681b95967ee77122f078477b Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Thu, 2 Jun 2022 17:42:15 +0200 Subject: bash: fzf and preexec function --- bash/color.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash/color.bash') 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\]" -- cgit v1.2.3