dotfiles/.zshenv

5 lines
166 B
Plaintext
Raw Normal View History

2021-04-09 20:41:50 +00:00
# When logging in start the X automatically
[[ -f ~/.zshrc ]] && ~/.zshrc 2> /dev/null
[[ $(fgconsole 2>/dev/null) == 1 ]] && exec startx -- vt1
2021-05-10 13:27:09 +00:00
. "$HOME/.cargo/env"