Files
dotfiles/zsh/zprofile

11 lines
250 B
Plaintext
Raw Normal View History

2014-09-30 19:55:51 +02:00
# exec startx breaks some logind fuckery, without exec it works
2014-11-07 17:37:04 +01:00
#tmux start-server &
eval $(ssh-agent -s)
export EDITOR="vim"
export VISUAL="vim"
export PATH="$HOME/bin:$PATH"
export BROWSER="firefox"
2014-09-30 19:55:51 +02:00
[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && startx