Loading zsh as the default shell in gnu screen
Posted
by joel
on Stack Overflow
See other posts from Stack Overflow
or by joel
Published on 2010-05-22T17:11:53Z
Indexed on
2010/05/22
17:40 UTC
Read the original article
Hit count: 287
Hello,
Im using KUbuntu 10.04 (Lucid Lynx). I have installed zsh and screen. I have set zsh as the default shell, by setting Command to zsh in Settings->Edit Current Profile of the terminal. But,when i launch screen,the bash shell is loaded. If i run the command zsh, then zsh starts but the following message is displayed:
"/home/joel/.zshrc:36: Can't add module parameter `mapfile': parameter already exists"
Also,zsh is invoked for only the current screen instance and i have to invoke it manually again for other instances. So,is there any way to make screen load zsh by default and invoke it automatically for every instance ?
Thank You
© Stack Overflow or respective owner