aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-03-11 18:06:22 +1300
committerTom Ryder <tom@sanctum.geek.nz>2013-03-11 18:06:22 +1300
commitc71b2d44b836bbcb64a7951b1cbbdfba7390e6ec (patch)
tree6889e348738bccc2c2f4ce79940dc22bb03e204e /bash
parentTurns out this is unnecessary (diff)
downloaddotfiles-c71b2d44b836bbcb64a7951b1cbbdfba7390e6ec.tar.gz
dotfiles-c71b2d44b836bbcb64a7951b1cbbdfba7390e6ec.zip
Use utf-8 linedrawing for tree(1)
Diffstat (limited to 'bash')
-rw-r--r--bash/bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/bash/bashrc b/bash/bashrc
index 0ad2c05a..06bca1ea 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -126,6 +126,9 @@ if grep --help | grep -- --exclude-dir &>/dev/null; then
grepopts="${grepopts} --exclude-dir=.{cvs,git,hg,svn}"
fi
+# Use UTF-8 linedrawing for passwd
+export TREE_CHARSET='utf-8'
+
# Alias ls and grep with the options we've collected.
alias ls="ls ${lsopts}"
alias grep="grep ${grepopts}"