summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2024-01-31 15:21:26 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2024-01-31 15:21:26 +0100
commit18a6a0f7ed57459aa54d4294aa2a62d7ffac77a5 (patch)
treed22dbbcff96ad3fbee2c5dd7538f846d781d602b /bashrc
parent9bc47a8930473e05889667bd315316a984308353 (diff)
downloadbin-18a6a0f7ed57459aa54d4294aa2a62d7ffac77a5.zip
bin-18a6a0f7ed57459aa54d4294aa2a62d7ffac77a5.tar.gz
bashrc : fix typo
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index 58e154b..c356178 100644
--- a/bashrc
+++ b/bashrc
@@ -15,7 +15,7 @@ then
else
export TERM='xterm-color'
fi
-[ -r ~/.dir_colorss ] && eval $(dircolors ~/.dir_colors)
+[ -r ~/.dir_colors ] && eval $(dircolors ~/.dir_colors)
alias ls="ls --color=auto -F -b -T 0"
alias ll="ls -l --color=auto -F -b -T 0"