From e11f8bfd0d64f47556afd730d60a353fcc975b57 Mon Sep 17 00:00:00 2001 From: johannst Date: Wed, 18 Apr 2018 11:04:34 +0200 Subject: bashrc ps alias remove user in format --- bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bashrc b/bashrc index dab14d5..32a3c7c 100644 --- a/bashrc +++ b/bashrc @@ -58,8 +58,8 @@ alias lt='ll -t --reverse' alias grep='grep --color=auto' alias pstree="pstree -achpA" alias watchpstree='watch -n 2 pstree' -alias ps="\\ps --forest --format user,pid,ppid,stat,start,command" -alias ups="\\ps xww --forest --format user,pid,ppid,tty,stat,start,command" +alias ps="\\ps --forest --format pid,ppid,stat,start,command" +alias ups="\\ps xww --forest --format pid,ppid,tty,stat,start,command" alias pps='ps | grep -i $1' alias penv='env | grep -i $1' alias rsync='rsync --progress' -- cgit v1.2.3