dotfiles/.profile

15 lines
313 B
Plaintext
Raw Normal View History

2019-06-23 16:49:02 +00:00
export BROWSER=firefox
export EDITOR=vi
export DEFAULT_OUTPUT="HDMI1"
2019-06-23 18:54:00 +00:00
export CONNECT_INTERFACE="wlp2s0"
2019-06-26 21:59:48 +00:00
export PATH="$HOME/.local/bin:$PATH"
export FZF_DEFAULT_OPTS="-m --no-mouse"
export FZF_DEFAULT_COMMAND="find . -type f | sed 's|^\./||'"
2019-06-26 21:59:48 +00:00
if [ "$(tty)" = '/dev/tty1' ]; then
pgrep xinit || exec startx
fi