X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/2c7d5c197aac7f5026d6329a503181040981a0fa..4cdeb0d0cc3379e55ac5dd194a56dd1bfbbefe93:/bashrc diff --git a/bashrc b/bashrc index e7eb9c3..5ce148f 100644 --- a/bashrc +++ b/bashrc @@ -124,7 +124,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"