vote up 0 vote down star

I have the following in my .zshrc

if [[ $STY = '' ]] then screen -xR; fi

I made a few changes to my .zshrc.

I run unsuccessfully to see changes

reset

I also restarted my shell unsuccessfully to see the changes. This suggests me that the screen needs to be restarted somehow.

How can you restart screen such that I see the changes in my .zshrc?

flag

Given the amount of trouble you're having with zsh, you might want to consider switching to bash - you'll almost certainly get better support. – paxdiablo Apr 29 at 4:08

1 Answer

vote up 1 vote down check

source ~/.zshrc

Also maybe killall screen, then just start screen again?

link|flag
Thank you! @ Another way is to just logout by Ctrl-D. – Masi Apr 29 at 4:13

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.