From 18a6a0f7ed57459aa54d4294aa2a62d7ffac77a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Wed, 31 Jan 2024 15:21:26 +0100 Subject: bashrc : fix typo --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.1-2-g2b99