From 0342144d52db2c02cf1f1c05c580d2709fbeb933 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Sat, 11 Jun 2022 23:36:16 +0200 Subject: minor change --- .bashrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 471e1ed..b72caf1 100644 --- a/.bashrc +++ b/.bashrc @@ -90,7 +90,9 @@ xterm*|rxvt*) esac # enable colors -eval "`dircolors -b ~/.dircolors`" +if [-f ~/.dircolors ]; then + eval "`dircolors -b ~/.dircolors`" +fi # colored GCC warnings and errors # export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01' -- cgit v1.2.3