diff options
author | johannst <stoelp@eit.uni-kl.de> | 2017-09-20 09:57:04 +0200 |
---|---|---|
committer | johannst <stoelp@eit.uni-kl.de> | 2017-09-20 09:57:04 +0200 |
commit | 3f0bc6ffba043c9931301210b966cf7c6053792a (patch) | |
tree | 2e60a49cd5974e9e15e0639f5cf61b83f264dbed | |
parent | 7872cbd774a782c72391ff663eea2bf28a64b6de (diff) | |
download | dotfiles-3f0bc6ffba043c9931301210b966cf7c6053792a.tar.gz dotfiles-3f0bc6ffba043c9931301210b966cf7c6053792a.zip |
bashrc added pstree alias
-rw-r--r-- | bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |