From c71b2d44b836bbcb64a7951b1cbbdfba7390e6ec Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 11 Mar 2013 18:06:22 +1300 Subject: Use utf-8 linedrawing for tree(1) --- bash/bashrc | 3 +++ 1 file changed, 3 insertions(+) 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}" -- cgit v1.2.3