From 2162033023bd5a40dea50f8751dc954053970761 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 16 Feb 2024 04:05:13 -0300 Subject: etc/sh/rc: Define $SHAREDIR as the same as $PREFIX --- etc/sh/rc | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/sh') diff --git a/etc/sh/rc b/etc/sh/rc index 471069d..5d3a31f 100644 --- a/etc/sh/rc +++ b/etc/sh/rc @@ -47,6 +47,7 @@ export PAGER='less -R' export BROWSER='firefox' export MAILDIR=~/Maildir export TZ='America/Sao_Paulo' +export SHAREDIR="$PREFIX" export GUILE_HISTORY="$XDG_STATE_HOME/guile-history" export GNUPGHOME="$XDG_CONFIG_HOME/gnupg" -- cgit v1.2.3