* Sonia Hamilton on Monday, January 28, 2008 at 21:23:48 -0600
> I have different .screenrc's for different development environments
> (which I start up using screen -c .screenrc_foo). For each terminal I
> create in .screenrc, how do I change directories, so each terminal
> starts in the directory I specify?
> 
> I've tried lines like this, but I'm getting errors:
> 
> screen -t "enlace" cd ~/enlace

chdir $HOME/enlace
screen -t enlace

c
-- 
Vim plugin to paste current GNU Screen buffer in (almost) any mode:
<http://www.vim.org/scripts/script.php?script_id=1512>


_______________________________________________
screen-users mailing list
screen-users@gnu.org
http://lists.gnu.org/mailman/listinfo/screen-users

Reply via email to