diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-10-31 22:07:48 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-10-31 22:07:48 -0400 |
| commit | 0c0669eaabb9b9d98740f567b5f7142c8a6a2bab (patch) | |
| tree | aea93ebf2453321403a437581423e21a3aa9be0e /.profile | |
| parent | 5cc9f774e736f04f704f99348f2692c917d508ec (diff) | |
| download | eibhear-0c0669eaabb9b9d98740f567b5f7142c8a6a2bab.tar.gz eibhear-0c0669eaabb9b9d98740f567b5f7142c8a6a2bab.tar.zst eibhear-0c0669eaabb9b9d98740f567b5f7142c8a6a2bab.zip | |
referbib added, wal tweak
Diffstat (limited to '.profile')
| -rw-r--r-- | .profile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,6 +9,7 @@ export BROWSER="linkhandler" export TRUEBROWSER="firefox" export READER="zathura" export BIB="$HOME/Documents/LaTeX/uni.bib" +export REFER="$HOME/.referbib" [ -f ~/.scripts/shortcuts.sh ] && ~/.scripts/shortcuts.sh @@ -21,4 +22,4 @@ fi # Switch escape and caps and use wal colors if tty: sudo -n loadkeys ~/.scripts/ttymaps.kmap 2>/dev/null -wal -Rn +tty | grep tty >/dev/null && wal -Rns |
