further progress spacemall sorta
[feisty_meow.git] / scripts / core / common.alias
index 2c8b6ec9803d8e10d916b7e255ae3a7d8fdf11d6..e62e2e31815fb15fd6f4d56a64696923871175dc 100644 (file)
@@ -132,6 +132,9 @@ define_yeti_alias play='bash $FEISTY_MEOW_SCRIPTS/multimedia/sound_play.sh'
 
 # some really eccentric feisty meow aliases...
 
+# launches a bash session in the background using the screen command.
+define_yeti_alias bashido='screen -L -S bashido -d -m bash'
+
 # says goodbye when leaving a shell.
 define_yeti_alias bye='. $FEISTY_MEOW_SCRIPTS/processes/goodbye.sh'