old-dots

My old dotfiles
Log | Files | Refs

.zprofile (203B)


      1 #!/bin/zsh
      2 
      3 export PATH="$PATH:$(du $HOME/.local/bin/ | cut -f2 | paste -sd ':'):$HOME/.Scripts"
      4 
      5 if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
      6   exec startx
      7 fi