I am trying to use gnu screen on mac

Posted by dorelal on Stack Overflow See other posts from Stack Overflow or by dorelal
Published on 2010-05-06T19:47:31Z Indexed on 2010/05/06 19:58 UTC
Read the original article Hit count: 198

Filed under:
|
|

I have ~/.bash_profile which I would like to be invoked every single time a new GNU screen is created so that all my aliases work in GNU screen as they work in terminal.

At this time this is what my ~/.screenrc looks like.

hardstatus on
hardstatus alwayslastline
hardstatus string "%{.bW}%-w%{.rW}%n %t%{-}%+w %=%{..G} %H %{..Y} %m/%d %C%a "

© Stack Overflow or respective owner

Related posts about screen

Related posts about command-line