From 3f0bc6ffba043c9931301210b966cf7c6053792a Mon Sep 17 00:00:00 2001 From: johannst Date: Wed, 20 Sep 2017 09:57:04 +0200 Subject: bashrc added pstree alias --- bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bashrc b/bashrc index 49432de..219b8ed 100644 --- a/bashrc +++ b/bashrc @@ -32,6 +32,7 @@ alias ls='ls --color=auto -h' alias ll='ls -lF' alias la='ls -AF' alias grep='grep --color=auto' +alias pstree="pstree -achpG ${USER}" #}}} #{{{ color definition -- cgit v1.2.3