|
|
@@ -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" |
|
|
|