summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2017-05-29 15:25:54 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2017-05-29 15:25:54 +0100
commit03e0c8fefd92f170e422536aaa6126a2c0381365 (patch)
tree4cb7c4bba53262f2b4fbf7aaf53426cae6cb3396 /bashrc
parentDon't quote things with ls (diff)
downloadutil-03e0c8fefd92f170e422536aaa6126a2c0381365.tar.bz2
util-03e0c8fefd92f170e422536aaa6126a2c0381365.tar.xz
util-03e0c8fefd92f170e422536aaa6126a2c0381365.zip
More consise ps in emerge-state
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index ded243a..8e276de 100644
--- a/bashrc
+++ b/bashrc
@@ -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"
}