#!/usr/local/plan9/bin/rc PLAN9=/usr/local/plan9 path=(/bin /sbin /usr/bin /usr/sbin /usr/local/bin /usr/local/sbin $PLAN9/bin) MPD_HOST=localhost MPD_PORT=6600 fn ut{ urxvt & } fn ff{ firefox & } fn ll { ls -l $* } fn factimap { factotum -g 'key=mykey proto=pass service=imap server=serenity user=lejatorn !password?' } fn mplay { mplayer -really-quiet $* } fn chrome { /usr/bin/google-chrome & } fn la {9 ls $*} fn grepc { grep $1 *.h *.c } fn findn { find . -iname '*'$1'*' }