took out parens and curly brackets too.
[feisty_meow.git] / scripts / core / common.alias
index 860852b44e6f193d5ee7955d3dda3bd4d14f648e..56bb0ecb31e2af28fc2bf946fd2ac5c7849fb21c 100644 (file)
@@ -9,12 +9,7 @@
 # Feel free to send updates to: [ fred@gruntose.com ]
 ##############
 
-# common aliases for feisty_meow are located here.
-# most of these should work in any bash environment...
-# although some may require more than bash, like the aliases
-# that invoke perl scripts.
-
-##############
+# a list of core aliases for feisty meow codebase.
 
 # repurposes certain commands that feisty meow does a little differently.
 alias cls='clear_colormap; clear'
@@ -78,6 +73,7 @@ alias up='cd ..'
 
 # extended aliases for meta-operations.
 alias dvd_rip='vobcopy -m'
+alias blu_rip='echo "what would this command be?"'
 alias mplayer='\mplayer -ao arts'
 alias play='bash $FEISTY_MEOW_SCRIPTS/multimedia/sound_play.sh'
 
@@ -88,8 +84,6 @@ alias play='bash $FEISTY_MEOW_SCRIPTS/multimedia/sound_play.sh'
 # says goodbye when leaving a shell.
 alias bye='. $FEISTY_MEOW_SCRIPTS/users/goodbye.sh'
 alias cputemp='acpi -t'
-# redoes fred's set of custom scripts.
-alias recustomize='regenerate >/dev/null; echo "copying custom overrides for fred..."; cpdiff $FEISTY_MEOW_DIR/customizing/fred $FEISTY_MEOW_GENERATED/custom; regenerate'
 # makes root user's home directory's permissions right.
 alias reroot='chown -R root:root /root'
 # yes, these are really helpful...