adding for our vm efforts
[feisty_meow.git] / scripts / core / common.alias
index e77b3621a9da5e32534e8307594de25c750d2293..c6beb3514e6fb94d86176875e91c8ad647eaa214 100644 (file)
@@ -36,10 +36,11 @@ if [ "$OS" != "Windows_NT" ]; then
   fi
 else
   # windows gets routed to our helpful script instead.
-  define_yeti_alias exp="bash $FEISTY_MEOW_SCRIPTS/winders/exploder.sh"
+  define_yeti_alias exp="bash $FEISTY_MEOW_SCRIPTS/files/exploder.sh"
 fi
 # re-use work we did on 'exp' macro for the longer windows command.
 define_yeti_alias explorer=exp
+define_yeti_alias halt='sudo shutdown -h'
 define_yeti_alias i=inventory
 define_yeti_alias l='perl $FEISTY_MEOW_SCRIPTS/files/summing_dir.pl'
 define_yeti_alias ls='ls -HhFC $color_add'
@@ -88,7 +89,7 @@ define_yeti_alias play='bash $FEISTY_MEOW_SCRIPTS/multimedia/sound_play.sh'
 # some really eccentric feisty meow aliases...
 
 # says goodbye when leaving a shell.
-define_yeti_alias bye='. $FEISTY_MEOW_SCRIPTS/users/goodbye.sh'
+define_yeti_alias bye='. $FEISTY_MEOW_SCRIPTS/processes/goodbye.sh'
 define_yeti_alias cputemp='acpi -t'
 # makes root user's home directory's permissions right.
 define_yeti_alias reroot='chown -R root:root /root'