From 3d703821c18a327b54c5d91c633d9e13877e2301 Mon Sep 17 00:00:00 2001 From: johannst Date: Wed, 18 Apr 2018 23:24:26 +0200 Subject: bashrc corrected pstree alias --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 932bbee..ab476dd 100644 --- a/bashrc +++ b/bashrc @@ -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' -- cgit v1.2.3