From 56e301986cf2847865aeac16abbda18647a8cb41 Mon Sep 17 00:00:00 2001 From: "Fred T. Hamster" Date: Thu, 3 Oct 2013 19:43:21 -0400 Subject: [PATCH] fixing the mounter commands to include a missing folder. --- customizing/fred/fred_common.alias | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 )' -- 2.34.1