aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d/ls.bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-07-30 16:36:34 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-07-30 16:36:34 +1200
commitf7fe2d52199024efae52fe6592b8c71bfee14d34 (patch)
treef59a41ec0e4a359829d841b9518fed6af85df48b /bash/bashrc.d/ls.bash
parentFix bug in ls color management (diff)
downloaddotfiles-f7fe2d52199024efae52fe6592b8c71bfee14d34.tar.gz
dotfiles-f7fe2d52199024efae52fe6592b8c71bfee14d34.zip
Use clearer option name for dircolors call
Diffstat (limited to 'bash/bashrc.d/ls.bash')
-rw-r--r--bash/bashrc.d/ls.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc.d/ls.bash b/bash/bashrc.d/ls.bash
index 5be5083f..16172c73 100644
--- a/bash/bashrc.d/ls.bash
+++ b/bash/bashrc.d/ls.bash
@@ -14,5 +14,5 @@ alias ls="ls $(__lsopts)"
unset __lsopts
# Apply color and exclusions to ls and grep
-eval "$(dircolors -b 2>/dev/null)"
+eval "$(dircolors --sh 2>/dev/null)"