zsh: defaultear a REMOTE=true

This commit is contained in:
Cat /dev/Nulo 2021-12-26 17:39:57 -03:00
parent dd48b91b2e
commit cb30cdffd6
2 changed files with 3 additions and 0 deletions

View file

@ -1,4 +1,6 @@
#!/bin/sh
export REMOTE=false
export MESA_LOADER_DRIVER_OVERRIDE=crocus

1
.zshrc
View file

@ -1,5 +1,6 @@
source ~/.profile
test -f "$HOME/.profile.$(hostname)" && source "$HOME/.profile.$(hostname)"
export REMOTE="${REMOTE:-true}"
HISTFILE=~/.histfile
HISTSIZE=100000