commit: b736e195569bf4c24905f81aee7e11f51fb7f366
parent: f2834f4c4c3996e897ccadd4a14411b4ccb422da
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 4 Nov 2019 16:30:44 +0100
.profile: POSIXLY_CORRECT=1
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/.profile b/.profile
@@ -82,6 +82,9 @@ export XKB_DEFAULT_OPTIONS="compose:menu,grp:alt_shift_toggle,terminate:ctrl_alt
export VDPAU_DRIVER=radeonsi
export LIBVA_DRIVER_NAME=radeonsi
+## Fuck off GNUisms
+export POSIXLY_CORRECT=1
+
# Aliases
alias bash="SHELL=/bin/bash bash -l"
alias bc="bc ~/Sources/git/hacktivis.me/git/blog/notes/bc.txt"