fixing the mounter commands to include a missing folder.
authorFred T. Hamster <fred@gruntose.com>
Thu, 3 Oct 2013 23:43:21 +0000 (19:43 -0400)
committerFred T. Hamster <fred@gruntose.com>
Thu, 3 Oct 2013 23:43:21 +0000 (19:43 -0400)
customizing/fred/fred_common.alias

index 567bfe8c3096a0139b2c6533e807652845a0321c..c0997d6682ce42e34669e393cddfe744c91f27ab 100644 (file)
@@ -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 )'