]> git.pld-linux.org Git - packages/screen.git/blame - screenrc
- copied useful ones from user screenrc sample
[packages/screen.git] / screenrc
CommitLineData
f1a55c9b 1# user's .screenrc file
07422c40
ER
2
3# no annoying audible bell, please
4vbell on
5
6# detach on hangup
7autodetach on
8
9# don't display the copyright page
10startup_message off
11
12# emulate .logout message
13pow_detach_msg "Screen session of \$LOGNAME \$:cr:\$:nl:ended."
14
07422c40 15# make the shell in every window a login shell
f1a55c9b 16shell -$SHELL
07422c40 17
f1a55c9b 18defscrollback 5000
07422c40
ER
19
20# don't kill window after the process died
f1a55c9b 21zombie "^Mr"
07422c40
ER
22
23# enable support for the "alternate screen" capability in all windows
24# altscreen on
This page took 0.025335 seconds and 4 git commands to generate.