diff options
author | EuAndreh <eu@euandre.org> | 2024-05-10 15:44:53 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-05-10 15:44:53 -0300 |
commit | 350dca116ea0f3560dc605997c4b665ad06257f5 (patch) | |
tree | 485aff1d55a35b5771c72ea0dfb6ba89eabfc808 | |
parent | bin/ifnew: Move to eut (diff) | |
download | dotfiles-350dca116ea0f3560dc605997c4b665ad06257f5.tar.gz dotfiles-350dca116ea0f3560dc605997c4b665ad06257f5.tar.xz |
etc/sh/rc: Add $DICT
-rw-r--r-- | etc/sh/rc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -47,6 +47,7 @@ export PAGER='less -R' export BROWSER='firefox' export MAILDIR=~/Maildir export TZ='America/Sao_Paulo' +export DICT=~/Desktop/en_US.dic HOST="$(uname -s)/$(uname -m)" TARGET="Linux/i386" |