diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-06-11 23:37:31 +0200 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-06-11 23:37:31 +0200 |
| commit | a04ecdce745e24cebd2dfcf69b9fd3c99ef9e454 (patch) | |
| tree | 1ded9d1bc024961ea2f974cb8106e44657f756bb /.bashrc | |
| parent | 0342144d52db2c02cf1f1c05c580d2709fbeb933 (diff) | |
minor change
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,7 +90,7 @@ xterm*|rxvt*) esac # enable colors -if [-f ~/.dircolors ]; then +if [ -f ~/.dircolors ]; then eval "`dircolors -b ~/.dircolors`" fi |
