summaryrefslogtreecommitdiff
path: root/.config/login.local.sh
blob: bead00c653bacd2402e4316e83fae26941eb44ca (plain)
1
2
3
4
5
6
7
8
9
10
# 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