X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/bc30f5c465d7c38c208e0eccf28b017f4d52206a..8cb7626b2cd04ec89f7eaa7cf388c8ec24f571b3:/bashrc diff --git a/bashrc b/bashrc index e7eb9c3..755dffa 100644 --- a/bashrc +++ b/bashrc @@ -1,7 +1,5 @@ # -*- mode: sh; coding: utf-8 -*- # -# $Id: .bashrc,v 1.6 1996/12/08 20:33:42 mdw Exp $ -# # Bash session things # @@ -124,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"