voidrice/.profile

25 lines
575 B
Text
Raw Normal View History

2018-07-29 16:35:01 +00:00
#!/bin/sh
# Profile file. Runs on login.
export PATH="$PATH:$HOME/.scripts"
export EDITOR="vim"
export TERMINAL="st"
2018-09-16 00:33:02 +00:00
export BROWSER="linkhandler"
export TRUEBROWSER="firefox"
2018-07-29 16:35:01 +00:00
export READER="zathura"
export BIB="$HOME/Documents/LaTeX/uni.bib"
2018-09-16 00:33:02 +00:00
[ -f ~/.scripts/shortcuts.sh ] && ~/.scripts/shortcuts.sh
2018-09-16 00:33:02 +00:00
[ -f ~/.bashrc ] && source ~/.bashrc
2018-07-29 16:35:01 +00:00
# Start graphical server if i3 not already running.
2018-09-16 00:33:02 +00:00
if [ "$(tty)" = "/dev/tty1" ]; then
2018-07-29 16:35:01 +00:00
pgrep -x i3 || exec startx
fi
# Switch escape and caps and use wal colors if tty:
sudo -n loadkeys ~/.scripts/ttymaps.kmap 2>/dev/null
wal -Rn