aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d/ls.bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-07-30 16:36:08 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-07-30 16:36:08 +1200
commit9af6011153f941b07601dc776c88110bedee76e6 (patch)
treecc8fbb56749dab6c83ccd54f7d117429f543e405 /bash/bashrc.d/ls.bash
parentUse integer declarations in prompt function (diff)
downloaddotfiles-9af6011153f941b07601dc776c88110bedee76e6.tar.gz
dotfiles-9af6011153f941b07601dc776c88110bedee76e6.zip
Fix bug in ls color management
Ignoring output for an eval call? Real smart, Tom
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 5dd65b48..5be5083f 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 &>/dev/null)"
+eval "$(dircolors -b 2>/dev/null)"