[profile] load .profile.local later

This commit is contained in:
odrling 2023-10-16 08:37:06 +02:00
parent ca43448ffc
commit 2f53ba4f6a
No known key found for this signature in database
GPG key ID: A0145F975F9F8B75

View file

@ -16,8 +16,6 @@ export _JAVA_AWT_WM_NONREPARENTING=1
export SFEED_URL_FILE=$HOME/.sfeed/urls
[ -f ~/.profile.local ] && . ~/.profile.local
export PNPM_HOME="/home/odrling/.local/share/pnpm"
export PATH="$HOME/.local/bin:$HOME/.local/odrbin:$PNPM_HOME:$PATH:$HOME/.luarocks/bin:$HOME/.go/bin"
@ -32,4 +30,7 @@ if test -z "${XDG_RUNTIME_DIR}"; then
fi
ulimit -c unlimited
[ -f ~/.profile.local ] && . ~/.profile.local
[ "$(tty)" = '/dev/tty1' ] && exec startsession