osx mavericks - How do I get screen to both source bash and start in the working directory? -
i'm on osx mavericks , having problem gnuscreen both sourcing bash , starting in working directory @ same time. solutions i've seen former clash latter.
put in .bash_profile
:
export profile_run=1
and set in .bashrc
:
if [ -z "$profile_run" ]; . ~/.bash_profile fi
bash osx-mavericks gnu-screen
No comments:
Post a Comment