diff options
author | Alan Pearce | 2014-02-04 17:31:08 +0000 |
---|---|---|
committer | Alan Pearce | 2014-02-04 17:31:08 +0000 |
commit | 367699e5b52629fa7da3a1faec5a54a5241d96a4 (patch) | |
tree | fc1434cf8f534ff03338e9ddb0c2d8ee93a9a59f /zsh | |
parent | e31d0dbcfe860fc71e1f8917ed67c893297ae930 (diff) | |
parent | 0ecbf23895e730a8061f162d192e63cbc0922c80 (diff) | |
download | dotfiles-367699e5b52629fa7da3a1faec5a54a5241d96a4.tar.lz dotfiles-367699e5b52629fa7da3a1faec5a54a5241d96a4.tar.zst dotfiles-367699e5b52629fa7da3a1faec5a54a5241d96a4.zip |
Merge branch 'master' of server.home:dotfiles
Diffstat (limited to 'zsh')
-rwxr-xr-x | zsh/freebsd.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/freebsd.zsh b/zsh/freebsd.zsh index 9b1e6a2..6ca0f8d 100755 --- a/zsh/freebsd.zsh +++ b/zsh/freebsd.zsh @@ -2,7 +2,7 @@ function update-check () { sudo portsnap update sudo portmaster -L --index-only | awk '/ [Nn]ew / { print substr($0,9,9999) }' - sudo portaudit -a -X 1 + sudo pkg audit pkg updating -d $( ls -ltr -D '%Y%m%d' /var/db/pkg | awk 'END{print $6}' ) } alias iotop="top -m io -o total" |