diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2024-01-31 15:21:26 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2024-01-31 15:21:26 +0100 |
commit | 18a6a0f7ed57459aa54d4294aa2a62d7ffac77a5 (patch) | |
tree | d22dbbcff96ad3fbee2c5dd7538f846d781d602b /bashrc | |
parent | 9bc47a8930473e05889667bd315316a984308353 (diff) | |
download | bin-18a6a0f7ed57459aa54d4294aa2a62d7ffac77a5.zip bin-18a6a0f7ed57459aa54d4294aa2a62d7ffac77a5.tar.gz |
bashrc : fix typo
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |