zsh: defaultear a REMOTE=true
This commit is contained in:
parent
dd48b91b2e
commit
cb30cdffd6
2 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
export REMOTE=false
|
||||||
|
|
||||||
export MESA_LOADER_DRIVER_OVERRIDE=crocus
|
export MESA_LOADER_DRIVER_OVERRIDE=crocus
|
||||||
|
|
||||||
|
|
1
.zshrc
1
.zshrc
|
@ -1,5 +1,6 @@
|
||||||
source ~/.profile
|
source ~/.profile
|
||||||
test -f "$HOME/.profile.$(hostname)" && source "$HOME/.profile.$(hostname)"
|
test -f "$HOME/.profile.$(hostname)" && source "$HOME/.profile.$(hostname)"
|
||||||
|
export REMOTE="${REMOTE:-true}"
|
||||||
|
|
||||||
HISTFILE=~/.histfile
|
HISTFILE=~/.histfile
|
||||||
HISTSIZE=100000
|
HISTSIZE=100000
|
||||||
|
|
Loading…
Reference in a new issue