summaryrefslogtreecommitdiff
path: root/.config/login.local.sh
blob: a01f227db44bde97c0265ec33afbd6d8740a7a96 (plain)
1
2
3
4
# PAM seems to be setting EDITOR...
if [[ $EDITOR = /usr/bin/vi ]]; then
	unset EDITOR
fi