aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bashrc')
-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}"