diff options
author | EuAndreh <eu@euandre.org> | 2024-02-16 04:06:19 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-02-16 04:06:19 -0300 |
commit | 3c769e23e60cb491073c45f5d7460895e14fa738 (patch) | |
tree | 20bc799a1c4fa71fa596d0925d6218d5d8800a45 /etc/sh/rc | |
parent | etc/sh/rc: Export $PS1 (diff) | |
download | dotfiles-3c769e23e60cb491073c45f5d7460895e14fa738.tar.gz dotfiles-3c769e23e60cb491073c45f5d7460895e14fa738.tar.xz |
etc/sh/rc: Add $HOST and $TARGET exported variables
Diffstat (limited to 'etc/sh/rc')
-rw-r--r-- | etc/sh/rc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" |