Merge branch 'dev' of feistymeow.org:feisty_meow into dev
[feisty_meow.git] / scripts / core / common.alias
index 1242437a26f20b3be5f0e72cf2c3c84879bb6531..fae1b6c6e09032d4256e9c0b6cbf01cf7c1b7baa 100644 (file)
@@ -101,6 +101,7 @@ define_yeti_alias feisty_branch='pushd $FEISTY_MEOW_APEX ; git branch ; popd'
 
 # some important retreads on aliases that provide a sudo-ized version of other scripts.
 
+define_yeti_alias snarf_linux_config="sudo -E PERLLIB=\$PERLLIB perl \$FEISTY_MEOW_SCRIPTS/archival/snarf_linux_config.pl"
 define_yeti_alias standup="sudo bash \"$FEISTY_MEOW_SCRIPTS/site_avenger/standup.sh\""
 
 #hmmm: some magma intrusions from the fred customizations...
@@ -141,7 +142,7 @@ unalias feistyme &>/dev/null
 ##############
 
 # set the sentinel alias that says this file was handled.
-alias CORE_ALIASES_LOADED=true
+#alias CORE_ALIASES_LOADED=true
 
 ##############