Ver a proveniência

fix bug

pull/1/head
10sr há 11 anos
ascendente
cometimento
2c6fcc7c6b
1 ficheiros alterados com 2 adições e 1 eliminações
  1. +2
    -1
      profile

+ 2
- 1
profile Ver ficheiro

@@ -33,11 +33,12 @@ export LD_LIBRARY_PATH="$HOME/.local/lib:$LD_LIBRARY_PATH"
type setterm >/dev/null 2>&1 && setterm -blank 30 -powersave on # -powerdown 10
# in my environment powerdown does not work

if test -n $TMPDIR
if test -n "$TMPDIR"
then
export TMP=$TMPDIR
else
export TMP=/tmp/
fi
export TMP="${TMP}${USER}-tmp"
export TEMP="$TMP"
mkdir -p "$TMP"

Carregando…
Cancelar
Guardar