From 7d8493f63daf93beb4c82d0c9602fc21974daca7 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 1 Nov 2013 07:49:20 +0000 Subject: zsh: rename auxillary files with extension --- zsh/zshrc_freebsd | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 zsh/zshrc_freebsd (limited to 'zsh/zshrc_freebsd') diff --git a/zsh/zshrc_freebsd b/zsh/zshrc_freebsd deleted file mode 100755 index 6261261..0000000 --- a/zsh/zshrc_freebsd +++ /dev/null @@ -1,8 +0,0 @@ -#!/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