aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/sh/rc4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/sh/rc b/etc/sh/rc
index 61d027d..0d0a70f 100644
--- a/etc/sh/rc
+++ b/etc/sh/rc
@@ -49,6 +49,10 @@ export MAILDIR=~/Maildir
export TZ='America/Sao_Paulo'
export SHAREDIR="$PREFIX"
+HOST="$(uname -s)/$(uname -m)"
+TARGET="Linux/i386"
+export HOST TARGET
+
export GUILE_HISTORY="$XDG_STATE_HOME/guile-history"
export GNUPGHOME="$XDG_CONFIG_HOME/gnupg"
export RLWRAP_HOME="$XDG_CACHE_HOME/rlwrap"