all repos — nixfiles @ 367699e5b52629fa7da3a1faec5a54a5241d96a4

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

Merge branch 'master' of server.home:dotfiles

Alan Pearce
commit

367699e5b52629fa7da3a1faec5a54a5241d96a4

parent

e31d0dbcfe860fc71e1f8917ed67c893297ae930

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

changed files
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"