From e7657d6ba54ad5714657cff9be86ec416d342a4c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 28 Apr 2013 20:54:18 +0100 Subject: Migrate repository from mercurial without history --- zsh/zshrc_freebsd | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 zsh/zshrc_freebsd (limited to 'zsh/zshrc_freebsd') diff --git a/zsh/zshrc_freebsd b/zsh/zshrc_freebsd new file mode 100755 index 00000000..62612611 --- /dev/null +++ b/zsh/zshrc_freebsd @@ -0,0 +1,8 @@ +#!/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 -Fa -X 1 + pkg_updating -d $( ls -ltr -D '%Y%m%d' /var/db/pkg | awk 'END{print $6}' ) +} +alias iotop="top -m io -o total" -- cgit 1.4.1