X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/bc30f5c465d7c38c208e0eccf28b017f4d52206a..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"