From a04ecdce745e24cebd2dfcf69b9fd3c99ef9e454 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Sat, 11 Jun 2022 23:37:31 +0200 Subject: minor change --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index b72caf1..85bc9ef 100644 --- a/.bashrc +++ b/.bashrc @@ -90,7 +90,7 @@ xterm*|rxvt*) esac # enable colors -if [-f ~/.dircolors ]; then +if [ -f ~/.dircolors ]; then eval "`dircolors -b ~/.dircolors`" fi -- cgit v1.2.3