aboutsummaryrefslogtreecommitdiff
path: root/.profile
blob: 4aea4fd0f832a65d174a62b021580223cd4d2608 (plain)
1
2
3
4
5
6
7
#!/bin/sh

[[ -f ~/.config/zsh/.zshenv ]] && source ~/.config/zsh/.zshenv

if [ "$XDG_SESSION_TYPE" = "x11" ]; then
    export DISPLAY=:0
fi