aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2026-06-11 06:25:21 -0300
committerEuAndreh <eu@euandre.org>2026-06-11 06:25:21 -0300
commit80ff22d4f622d761825453f6355580ad4d6facca (patch)
treef4e21246b11ffc975715b9c880b6bbe497f929e6 /etc
parentbin/gc: Re-enable (diff)
downloaddotfiles-80ff22d4f622d761825453f6355580ad4d6facca.tar.gz
dotfiles-80ff22d4f622d761825453f6355580ad4d6facca.tar.xz
etc/sh/rc: Remove commented POSIXLY_CORRECT
Diffstat (limited to 'etc')
-rw-r--r--etc/sh/rc1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/sh/rc b/etc/sh/rc
index 457068d0..a9f93b33 100644
--- a/etc/sh/rc
+++ b/etc/sh/rc
@@ -49,7 +49,6 @@ export BROWSER='firefox'
export MAILDIR=~/Maildir
export TZ='America/Sao_Paulo'
export DICT=~/Desktop/en_US.dic
-# export POSIXLY_CORRECT=1
HOST="$(uname -s)/$(uname -m)"
TARGET="Linux/i386"