瀏覽代碼

remove TERM_ORIG

pull/1/head
10sr 11 年之前
父節點
當前提交
dab58242f1
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. +0
    -2
      bashrc

+ 0
- 2
bashrc 查看文件

@@ -53,8 +53,6 @@ export LC_MESSAGES=C
export VISUAL="$EDITOR"
export GIT_PAGER="less -F"
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
if test -n "$TMUX" && \
test -n "tmux display -p '#{client_termname}' | grep -o 256color"
then


Loading…
取消
儲存