[NixOS] Load login.sh in xsession

This commit is contained in:
2021-07-13 20:41:06 -06:00
parent 02528907eb
commit b8e66b25bf
2 changed files with 2 additions and 2 deletions

View File

@@ -24,8 +24,6 @@ dircolors_file="$HOME/.dircolors"
[ ! -z "$SHELL" ] && test -r $dircolors_files && eval "$(dircolors $dircolors_file)" && eval $(dircolors)
export GO15VENDOREXPERIMENT=1
if [[ $TERM == "dumb" ]]; then
export PS1='$ '
fi