From cb30cdffd63c61fe9504b833194c8f29fbd3f113 Mon Sep 17 00:00:00 2001 From: Nulo Date: Sun, 26 Dec 2021 17:39:57 -0300 Subject: [PATCH] zsh: defaultear a REMOTE=true --- .profile.x69 | 2 ++ .zshrc | 1 + 2 files changed, 3 insertions(+) diff --git a/.profile.x69 b/.profile.x69 index bd1026d..bf5901e 100755 --- a/.profile.x69 +++ b/.profile.x69 @@ -1,4 +1,6 @@ #!/bin/sh +export REMOTE=false + export MESA_LOADER_DRIVER_OVERRIDE=crocus diff --git a/.zshrc b/.zshrc index ab241f7..d912fa8 100644 --- a/.zshrc +++ b/.zshrc @@ -1,5 +1,6 @@ source ~/.profile test -f "$HOME/.profile.$(hostname)" && source "$HOME/.profile.$(hostname)" +export REMOTE="${REMOTE:-true}" HISTFILE=~/.histfile HISTSIZE=100000