diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-05-29 15:25:54 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-05-29 15:25:54 +0100 |
commit | 03e0c8fefd92f170e422536aaa6126a2c0381365 (patch) | |
tree | 4cb7c4bba53262f2b4fbf7aaf53426cae6cb3396 /bashrc | |
parent | Don't quote things with ls (diff) | |
download | util-03e0c8fefd92f170e422536aaa6126a2c0381365.tar.bz2 util-03e0c8fefd92f170e422536aaa6126a2c0381365.tar.xz util-03e0c8fefd92f170e422536aaa6126a2c0381365.zip |
More consise ps in emerge-state
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ alias p="cd ~/dev/portage" alias ChuckNorris="sudo" alias l="/bin/ls -NlhvF --color" alias grep="/bin/grep -I --color=auto --exclude-dir=CVS --exclude-dir=.git --exclude-dir=.svn --exclude-dir=bin --exclude=tags --exclude-dir=docs/html" -alias emerge-state='watch "( ps -fC sandbox ; tail /var/log/emerge.log /var/tmp/portage/*/*/temp/build.log 2> /dev/null )"' +alias emerge-state='watch "( ps -C sandbox -o stime,cmd ; tail /var/log/emerge.log /var/tmp/portage/*/*/temp/build.log 2> /dev/null )"' title() { echo -ne "\033]0;$@\007" } |