fixing the mounter commands to include a missing folder.
[feisty_meow.git] / customizing / 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 ; check_mount /z/fredgrid'
7 alias unmoo='umount /z/stuffing ; umount /z/walrus ; umount /z/chunky ; umount /z/fredgrid'
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 # load in the xsede build scripts.
13 source "$FEISTY_MEOW_SCRIPTS/buildor/build_xsedes.sh"
14