Rambles of Ev
  • Home
  • About
  • Search

.screenrc

A collection of 1 post
.screenrc

Screen Tips

A few snippets to make your prompt look better when using screen for linux. Add the below to your .bashrc so each tab created when you generate a new screen shows user@hostname function rename_screen_tab () { echo -ne “\x1bk$@\x1b\\”; return 0; } if [[ “$TERM” = screen* ]]; then PROMPT_COMMAND=’rename_
05 Oct 2008 1 min read
Page 1 of 1
Rambles of Ev © 2026
Powered by Ghost