aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d/ls.bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-07-31 17:33:34 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-07-31 17:33:34 +1200
commit21a48d89b006c9faa67c8fa5512bc9b52e7e1d1c (patch)
tree1749e937b0521bbf901360682ac63face749ff8b /bash/bashrc.d/ls.bash
parentUse standard structure for if/for in shell (diff)
downloaddotfiles-21a48d89b006c9faa67c8fa5512bc9b52e7e1d1c.tar.gz
dotfiles-21a48d89b006c9faa67c8fa5512bc9b52e7e1d1c.zip
Stop ignoring error output from setup commands
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 c4be33c2..aa0d5777 100644
--- a/bash/bashrc.d/ls.bash
+++ b/bash/bashrc.d/ls.bash
@@ -15,5 +15,5 @@ alias ls="ls $(__lsopts)"
unset __lsopts
# Apply color and exclusions to ls and grep
-eval "$(dircolors --sh 2>/dev/null)"
+eval "$(dircolors --sh)"