dotfiles/profile

16 lines
319 B
Text
Raw Normal View History

export PATH="$PATH:$HOME/.local/bin:$HOME/.cargo/bin"
2018-08-18 22:19:05 +02:00
export EDITOR=vim
export VISUAL="$EDITOR"
export TERMINAL=xfce4-terminal
2018-08-18 22:19:05 +02:00
export PARINIT="rTbgqR B=.,?_A_a Q=_s>|"
export PIPENV_VENV_IN_PROJECT=true
# Automatically start x when logging in on tty1
if [ ! "$DISPLAY" -a "$XDG_VTNR" -eq 1 ]; then
2018-08-18 22:19:05 +02:00
exec startx
fi