summaryrefslogtreecommitdiff
path: root/.config/login.local.sh
diff options
context:
space:
mode:
Diffstat (limited to '.config/login.local.sh')
-rw-r--r--.config/login.local.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/.config/login.local.sh b/.config/login.local.sh
deleted file mode 100644
index bead00c..0000000
--- a/.config/login.local.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-# PAM seems to be setting EDITOR...
-if [[ $EDITOR = /usr/bin/vi ]]; then
- unset EDITOR
-fi
-if { [[ $LANG = C ]] || [[ -z $LANG ]]; } && grep '^en_US.UTF-8\s' /etc/locale.gen &>/dev/null; then
- export LANG=en_US.UTF-8
-fi
-if [[ -z $GOROOT ]]; then
- export GOROOT=/homes/shumakl/.prefix.$(uname -m)/go
-fi