dotfiles/.zprofile

7 lines
259 B
Plaintext
Raw Normal View History

2021-07-15 08:57:42 +00:00
#!/bin/sh
[[ -f ~/.config/env ]] && source ~/.config/env
#if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then exec sx sh ~/.config/X11/dwm-xinit; fi
2021-08-01 11:38:51 +00:00
if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then exec ssh-agent startx ~/.config/X11/dwm-xinit; fi