Updating config to work better in screen
This commit is contained in:
parent
3ee2135731
commit
12bb8ec477
2 changed files with 2 additions and 2 deletions
2
profile
2
profile
|
@ -99,5 +99,5 @@ export PATH=$PATH:~/.bin:/Developer/NVIDIA/CUDA-7.0/bin/
|
|||
|
||||
export HISTCONTROL=ignorespace
|
||||
|
||||
export TERM=xterm-color
|
||||
export TERM=xterm-256color
|
||||
|
||||
|
|
2
screenrc
2
screenrc
|
@ -35,9 +35,9 @@ vbell off
|
|||
defscrollback 10240
|
||||
|
||||
attrcolor b ".I"
|
||||
term screen-256color
|
||||
termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm' # tell screen how to set colors. AB = background, AF=foreground
|
||||
defbce on # use current bg color for erased chars
|
||||
term screen-256color
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
# SCREEN KEYBINDINGS
|
||||
|
|
Loading…
Reference in a new issue