diff options
author | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2021-08-27 11:39:20 +0100 |
---|---|---|
committer | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2021-08-27 11:39:20 +0100 |
commit | 2ec42f2f8f3bb68c0f386da83fa1498d0a41df93 (patch) | |
tree | fdb18d026e8eea948c53b3bea9995ade0355aeb0 | |
parent | Add utils to PATH (diff) | |
download | util-2ec42f2f8f3bb68c0f386da83fa1498d0a41df93.tar.bz2 util-2ec42f2f8f3bb68c0f386da83fa1498d0a41df93.tar.xz util-2ec42f2f8f3bb68c0f386da83fa1498d0a41df93.zip |
Update emerge-state
-rw-r--r-- | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -116,7 +116,7 @@ alias p="cd ~/dev/portage" alias ChuckNorris="sudo" alias l="/bin/ls -NlhvF --color" alias grep="/bin/grep -I --color=auto --exclude-dir=node_modules --exclude-dir=CVS --exclude-dir=.git --exclude-dir=.svn --exclude-dir=bin --exclude=tags --exclude-dir=docs/html --exclude-dir=target --exclude-dir=.idea --exclude=*.iml" -alias emerge-state='watch "( ps -C sandbox -o stime,cmd ; tail /var/log/emerge.log /var/tmp/portage/*/*/temp/build.log 2> /dev/null )"' +alias emerge-state='watch -c "( ps -C sandbox -o stime,cmd ; tail /var/log/emerge.log {/var,}/tmp/portage/*/*/temp/build.log 2> /dev/null )"' alias df="/bin/df -hT" title() { echo -ne "\033]0;$@\007" |