summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohannst <stoelp@eit.uni-kl.de>2017-09-20 09:57:04 +0200
committerjohannst <stoelp@eit.uni-kl.de>2017-09-20 09:57:04 +0200
commit3f0bc6ffba043c9931301210b966cf7c6053792a (patch)
tree2e60a49cd5974e9e15e0639f5cf61b83f264dbed
parent7872cbd774a782c72391ff663eea2bf28a64b6de (diff)
downloaddotfiles-3f0bc6ffba043c9931301210b966cf7c6053792a.tar.gz
dotfiles-3f0bc6ffba043c9931301210b966cf7c6053792a.zip
bashrc added pstree alias
-rw-r--r--bashrc1
1 files changed, 1 insertions, 0 deletions
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