X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Fcommon.alias;h=e62e2e31815fb15fd6f4d56a64696923871175dc;hb=ce5e02fd80771708e38401e40fa0c2c1f51f7285;hp=2c8b6ec9803d8e10d916b7e255ae3a7d8fdf11d6;hpb=2d76e8a00509a58fc64e67080689a7f82c022d74;p=feisty_meow.git diff --git a/scripts/core/common.alias b/scripts/core/common.alias index 2c8b6ec9..e62e2e31 100644 --- a/scripts/core/common.alias +++ b/scripts/core/common.alias @@ -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'