Merge branch 'dev' of feistymeow.org:feisty_meow into dev
[feisty_meow.git] / scripts / customize / fred / fred_common.alias
1
2 # some aliases that i don't expect very many people to ever want.
3 # these are very specific to drives and such that i use but which other people wouldn't.
4
5 # pull in any code dependencies.
6 source "$FEISTY_MEOW_SCRIPTS/core/general_updater.sh"
7
8 # updates the mounted barkuptree drive with stuff on wildmutt.
9 define_yeti_alias update_barkuptree='update_archive_drive "/media/fred/barkuptreedrive"'
10
11 # updates local archive drive called catfurnose.
12 define_yeti_alias update_catfurnose='update_archive_drive "/media/fred/catfurnose"'
13
14 # updates the fredmusicprime drive with the latest from /z space.
15 define_yeti_alias update_fredmusicprime='update_archive_drive "/media/fred/fredmusicprime"'
16
17 # updates my little 1 TB "soapbox" style usb drive with any appropriate archives and source.
18 define_yeti_alias update_soapbox='update_archive_drive "/media/fred/soapboxdrive"'
19
20
21
22 # moo and unmoo mount the local folders i use most.
23 #no longer used.  we are doing mostly full directory stores without nfs mounts these days.
24 #define_yeti_alias moo='check_mount /z/stuffing ; check_mount /z/walrus ; check_mount /z/chunky ; check_mount /z/fredgrid'
25 #define_yeti_alias unmoo='sudo umount /z/stuffing ; sudo umount /z/walrus ; sudo umount /z/chunky ; sudo umount /z/fredgrid'
26
27 # load in the gffs build scripts.
28 # not currently used.  this probably was adding a bit of startup time.
29 #source "$FEISTY_MEOW_SCRIPTS/buildor/gffs_builders.sh"
30