3a372ea1ac095ed28689db6948b939d0d52c6cf1
[feisty_meow.git] / scripts / examples / custom_overrides / fred / fred_common.alias
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 # moo and unmoo mount the local folders i use most.
6 alias moo='check_mount /z/stuffing ; check_mount /z/walrus ; check_mount /z/chunky '
7 alias unmoo='umount /z/stuffing ; umount /z/walrus ; umount /z/chunky '
8
9 # cleans up the ownership for all my files.
10 alias refred='(chown -R fred:fred /home/fred /usr/local/games /home/archives /fatty /clutterato /var/spool/mail/fred ; normal_perm /var/log )'
11
12