all repos — nixfiles @ 0ecbf23895e730a8061f162d192e63cbc0922c80

System and user configuration, managed by nix and home-manager

Update FreeBSD update-check: portaudit -> pkg audit

Alan Pearce
commit

0ecbf23895e730a8061f162d192e63cbc0922c80

parent

7b3bdc4b0be79e6d2f50e0e9ed45c1b3e430010c

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M zsh/freebsd.zshzsh/freebsd.zsh
@@ -2,7 +2,7 @@ #!/usr/bin/env zsh
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"