From fa5d781c67436f147bd6114d5c8d2b87ddd70e35 Mon Sep 17 00:00:00 2001 From: johannst Date: Mon, 9 Apr 2018 15:53:39 +0900 Subject: bashrc: changed ps alias --- bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 203ff61..82a94a2 100644 --- a/bashrc +++ b/bashrc @@ -56,7 +56,8 @@ alias ll='ls -lF' alias la='ls -AF' alias grep='grep --color=auto' alias pstree="pstree -achpG ${USER}" -alias ps='ps -fxww --format user,pid,tty,stat,start,bsdtime,command' +alias ps='\ps --format user,pid,ppid,pgid,tty,stat,start,bsdtime,command' +alias ups='\ps -fxww --format user,pid,ppid,pgid,tty,stat,start,bsdtime,command' alias pps='ps | grep -i $1' alias penv='env | grep -i $1' alias rsync='rsync --progress' -- cgit v1.2.3