X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcustomize%2Ffred%2Ffred_common.alias;h=59c0c6bcce4568b66da5bb5cf385ee48b1636911;hb=165987af6230a14a6ae512dfd464ef4c27206140;hp=77f4e48d7801bda18a55d8d90c45f4a072c4b722;hpb=450337ae1ed04f16ee6e4889532a0b497b34674a;p=feisty_meow.git diff --git a/scripts/customize/fred/fred_common.alias b/scripts/customize/fred/fred_common.alias index 77f4e48d..59c0c6bc 100644 --- a/scripts/customize/fred/fred_common.alias +++ b/scripts/customize/fred/fred_common.alias @@ -1,11 +1,28 @@ -# 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. +# some aliases that i don't expect very many people to ever want. +# these are very specific to drives and such that i use but which other people wouldn't. + +# updates the mounted barkuptree drive with stuff on wildmutt. +define_yeti_alias update_barkuptree='source "$FEISTY_MEOW_SCRIPTS/archival/general_updater.sh"; update_archive_drive "/media/fred/barkuptreedrive"' +# updates buffalonious when mounted. +define_yeti_alias update_buffalonious='source "$FEISTY_MEOW_SCRIPTS/archival/general_updater.sh"; update_archive_drive "/z/buffalonious"' + +# updates local archive drive called catfurnose. +define_yeti_alias update_catfurnose='source "$FEISTY_MEOW_SCRIPTS/archival/general_updater.sh"; update_archive_drive "/media/fred/catfurnose"' + +# updates the fredmusicprime drive with the latest from /z space. +define_yeti_alias update_fredmusicprime='source "$FEISTY_MEOW_SCRIPTS/archival/general_updater.sh"; update_archive_drive "/media/fred/fredmusicprime"' + +# updates my little 1 TB "soapbox" style usb drive with any appropriate archives and source. +define_yeti_alias update_soapbox='source "$FEISTY_MEOW_SCRIPTS/archival/general_updater.sh"; update_archive_drive "/media/fred/soapboxdrive"' # moo and unmoo mount the local folders i use most. -define_yeti_alias moo='check_mount /z/stuffing ; check_mount /z/walrus ; check_mount /z/chunky ; check_mount /z/fredgrid' -define_yeti_alias unmoo='sudo umount /z/stuffing ; sudo umount /z/walrus ; sudo umount /z/chunky ; sudo umount /z/fredgrid' +#no longer used. we are doing mostly full directory stores without nfs mounts these days. +#define_yeti_alias moo='check_mount /z/stuffing ; check_mount /z/walrus ; check_mount /z/chunky ; check_mount /z/fredgrid' +#define_yeti_alias unmoo='sudo umount /z/stuffing ; sudo umount /z/walrus ; sudo umount /z/chunky ; sudo umount /z/fredgrid' # load in the gffs build scripts. -source "$FEISTY_MEOW_SCRIPTS/buildor/gffs_builders.sh" +# not currently used. this probably was adding a bit of startup time. +#source "$FEISTY_MEOW_SCRIPTS/buildor/gffs_builders.sh" +