Tagged Questions
2
votes
2answers
115 views
Screen: “Cannot exec /my/path/to/zsh” with local shell
Whenever I try to run screen under a Zsh shell that I compiled under my home directory, I get the following error:
> screen
Cannot exec '/my/path/to/zsh/bin/zsh'
The Z shell is perfectly ...
2
votes
1answer
115 views
How do i get screen to execute/load .zprofile when starting a new window?
How do i get screen to execute/load .zprofile when starting a new window?
4
votes
2answers
1k views
Screen status bar to display current directory for zsh/bash shell
I use GNU screen a lot with zsh as my shell. It would be a nice feature (I think) to be able to display the current directory name (not the full path) as the tab title. I can do that with CTRL+A ...
6
votes
2answers
1k views
Force title on GNU screen
By default, the title of a screen session is the name of the last command entered, which is fine for me, but in some cases I'd like to change it. I know the command Ctrl-A A, but it only changes the ...