Selaa lähdekoodia

set TERM=screen-256color in bashrc

pull/1/head
10sr 12 vuotta sitten
vanhempi
commit
7be14ddba7
2 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. +1
    -0
      bashrc
  2. +1
    -1
      tmux.conf

+ 1
- 0
bashrc Näytä tiedosto

@@ -53,6 +53,7 @@ export VISUAL="$EDITOR"
export GIT_PAGER="$PAGER"
export GIT_EDITOR="$EDITOR"
echo "$TERM" | grep '^screen' >/dev/null 2>&1 || export TERM_ORIG=$TERM
test "$TERM" = screen && test "$TERM_ORIG" = xterm-256color && TERM=screen-256color

test -z "$TMP" && export TMP=/tmp/${USER}-tmp
mkdir -p "$TMP"


+ 1
- 1
tmux.conf Näytä tiedosto

@@ -7,7 +7,7 @@ bind-key C command-prompt "new-window '%%'"
#setw -g mode-keys vi

set -g default-command /bin/bash
set -g default-terminal screen-256color
#set -g default-terminal screen-256color
#set -g default-terminal screen-16color

#set -g status-left ""


Ladataan…
Peruuta
Tallenna