diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-06-11 23:36:16 +0200 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-06-11 23:36:16 +0200 |
| commit | 0342144d52db2c02cf1f1c05c580d2709fbeb933 (patch) | |
| tree | 9bd79ad87e5a0cf4bfc14a2ac3aec8c410a92438 | |
| parent | 8ab371ca83e1b89c2b159a133fdf5b3b1810b948 (diff) | |
minor change
| -rw-r--r-- | .bashrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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' |
