X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/852cd5fbddafbfed93df4cda8ba366b14922e95d..b791f6216f564fbb927997accabc93ba2f60b688:/bashrc diff --git a/bashrc b/bashrc index 4e941d1..755dffa 100644 --- a/bashrc +++ b/bashrc @@ -1,6 +1,4 @@ -# -*-sh-*- -# -# $Id: .bashrc,v 1.6 1996/12/08 20:33:42 mdw Exp $ +# -*- mode: sh; coding: utf-8 -*- # # Bash session things # @@ -30,7 +28,8 @@ if [ -t 0 ]; then esac if (( EUID == 0 )); then - left="«" right="»" + left=`echo « | iconv -f utf8 -t //translit` + right=`echo » | iconv -f utf8 -t //translit` else case $USER in mdw|mwooding) @@ -123,7 +122,7 @@ alias ssync="rsync -e ssh" alias rootly=$__MDW_ROOTLY alias r=rootly alias re="rootly $EDITOR" -alias pstree="pstree -Ghl" +alias pstree="pstree -hl" alias cdtmp='cd ${TMPDIR-/tmp}' alias pushtmp='pushd ${TMPDIR-/tmp}' alias e="$EDITOR"