.. Original article at http://text.maze.io/2008/11/23/quick-tip-for-irssi+screen-users _______ ____________ _______ _\__ /_________ ___ _____ | _ _ \ _ | ____\ _ / | |/ _ \ | / / / / | | | /___/ _ | | / / |___/___/ /___/____|________|___ | |_| |___|_____/ \__/ |___| (c) 2008 Wijnand 'maze' Modderman - http://maze.io/ Quick tip for irssi+screen users ================================ Place the following line in your ``~/.bashrc``:: alias irc='screen -rd irc || screen -U -S irc irssi' Now if you restart your shell (log in again), and you type ``irc``, irssi will be started in a screen. If it was still running, your previous screen session will be resumed.