From: Fred T. Hamster Date: Thu, 3 Oct 2013 23:43:21 +0000 (-0400) Subject: fixing the mounter commands to include a missing folder. X-Git-Tag: 2.140.90~912 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=56e301986cf2847865aeac16abbda18647a8cb41 fixing the mounter commands to include a missing folder. --- diff --git a/customizing/fred/fred_common.alias b/customizing/fred/fred_common.alias index 567bfe8c..c0997d66 100644 --- a/customizing/fred/fred_common.alias +++ b/customizing/fred/fred_common.alias @@ -3,8 +3,8 @@ # based on some of the mount configurations available at home or abroad. # moo and unmoo mount the local folders i use most. -alias moo='check_mount /z/stuffing ; check_mount /z/walrus ; check_mount /z/chunky ' -alias unmoo='umount /z/stuffing ; umount /z/walrus ; umount /z/chunky ' +alias moo='check_mount /z/stuffing ; check_mount /z/walrus ; check_mount /z/chunky ; check_mount /z/fredgrid' +alias unmoo='umount /z/stuffing ; umount /z/walrus ; umount /z/chunky ; umount /z/fredgrid' # cleans up the ownership for all my files. alias refred='(chown -R fred:fred /home/fred /home/games /home/archives ; normal_perm /var/log )'