diff options
author | johannst <stoelp@eit.uni-kl.de> | 2018-04-18 23:24:26 +0200 |
---|---|---|
committer | johannst <stoelp@eit.uni-kl.de> | 2018-04-18 23:24:26 +0200 |
commit | 3d703821c18a327b54c5d91c633d9e13877e2301 (patch) | |
tree | 5c749ac41fb837e490f2d64c3468343e6b9b0835 /bashrc | |
parent | 92dc19a2ef5a59b869cdd3300c1ae9b7296ec8c5 (diff) | |
download | dotfiles-3d703821c18a327b54c5d91c633d9e13877e2301.tar.gz dotfiles-3d703821c18a327b54c5d91c633d9e13877e2301.zip |
bashrc corrected pstree alias
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ alias ll='ls -l --classify' alias la='ls --almost-all --classify' alias lt='ll -t --reverse' alias grep='grep --color=auto' -alias pstree='stree -achpA' +alias pstree='pstree -achpA' alias watchpstree='watch -n 2 pstree -achpA' alias ps='\ps --forest --format pid,ppid,stat,start,command' alias ups='\ps xww --forest --format pid,ppid,tty,stat,start,command' |