Skip to content

Commit

Permalink
updating to my .screenrc file, which is compatible with ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
Mat Schaffer committed Sep 4, 2010
1 parent 9e8cc59 commit d1d2700
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 18 deletions.
28 changes: 10 additions & 18 deletions dotfiles/screenrc
@@ -1,19 +1,11 @@
escape ^]a vbell off

escape ``
#bell_msg '^GBell in window %n' autodetach on

altscreen on
#width 80 defflow auto
#height 24 defscrollback 5000
defscrollback 1000000 screen -t bash 1

#change the hardstatus settings to give an window list at the bottom of the
#shell -/bin/bash #screen, with the time and date and with the current window highlighted

#screen -t editor
#screen -t shell
#screen -t other
#select 1
#select 0

startup_message off
hardstatus alwayslastline hardstatus alwayslastline
hardstatus string '%{gk}[ %{G}%H %{g}][%= %{wk}%?%-Lw%?%{=b kR} (%{W}%n*%f %t%?(%u)%?%{=b kR})%{= kw}%?%+Lw%?%?%= %{g}][%{Y}%l%{g}] %{=b C}[ %m/%d %c ]%{W}' hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %d/%m %{W}%c %{g}]'
22 changes: 22 additions & 0 deletions z_myoldsettings.conf
@@ -0,0 +1,22 @@
# ~/.profile: executed by the command interpreter for login shells.
# This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login
# exists.
# see /usr/share/doc/bash/examples/startup-files for examples.
# the files are located in the bash-doc package.

# the default umask is set in /etc/profile; for setting the umask
# for ssh logins, install and configure the libpam-umask package.
#umask 022

# if running bash
#if [ -n "$BASH_VERSION" ]; then
## include .bashrc if it exists
#if [ -f "$HOME/.bashrc" ]; then
#. "$HOME/.bashrc"
#fi
#fi

## set PATH so it includes user's private bin if it exists
#if [ -d "$HOME/bin" ] ; then
#PATH="$HOME/bin:$PATH"
#fi

0 comments on commit d1d2700

Please sign in to comment.