de93371418fc7b70abc6ca06322d6660105778ba
[feisty_meow.git] / 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 /home/games /home/archives ; normal_perm /var/log )'
11
12