fixed a couple aliases missing the keyword, which is an understandable
[feisty_meow.git] / scripts / examples / custom_overrides / fred / c_common_aliases.txt
index 83c32e354ad1ee7e8c1fbe4b952bc873ea825bb1..94fbaf1acf4b54a0fe600c5612135d102cb14229 100644 (file)
@@ -1,8 +1,10 @@
 
-moo='check_mount /z/stuffing ; check_mount /z/walrus ; check_mount /z/chunky '
-unmoo='umount /z/stuffing ; umount /z/walrus ; umount /z/chunky '
+# some aliases that i don't expect very many people to ever want.  they are
+# based on some of the mount configurations available at home or abroad.
 
-refred='(chown -R fred:fred /home/fred /usr/local/games /home/archives /fatty /clutterato /var/spool/mail/fred ; normal_perm /var/log )'
+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 refred='(chown -R fred:fred /home/fred /usr/local/games /home/archives /fatty /clutterato /var/spool/mail/fred ; normal_perm /var/log )'