fixed a couple aliases missing the keyword, which is an understandable
[feisty_meow.git] / scripts / examples / custom_overrides / fred / c_common_aliases.txt
1
2 # some aliases that i don't expect very many people to ever want.  they are
3 # based on some of the mount configurations available at home or abroad.
4
5 alias moo='check_mount /z/stuffing ; check_mount /z/walrus ; check_mount /z/chunky '
6 alias unmoo='umount /z/stuffing ; umount /z/walrus ; umount /z/chunky '
7
8 alias refred='(chown -R fred:fred /home/fred /usr/local/games /home/archives /fatty /clutterato /var/spool/mail/fred ; normal_perm /var/log )'
9
10