referbib added, wal tweak
This commit is contained in:
parent
5cc9f774e7
commit
0c0669eaab
2 changed files with 3 additions and 2 deletions
3
.profile
3
.profile
|
@ -9,6 +9,7 @@ export BROWSER="linkhandler"
|
||||||
export TRUEBROWSER="firefox"
|
export TRUEBROWSER="firefox"
|
||||||
export READER="zathura"
|
export READER="zathura"
|
||||||
export BIB="$HOME/Documents/LaTeX/uni.bib"
|
export BIB="$HOME/Documents/LaTeX/uni.bib"
|
||||||
|
export REFER="$HOME/.referbib"
|
||||||
|
|
||||||
[ -f ~/.scripts/shortcuts.sh ] && ~/.scripts/shortcuts.sh
|
[ -f ~/.scripts/shortcuts.sh ] && ~/.scripts/shortcuts.sh
|
||||||
|
|
||||||
|
@ -21,4 +22,4 @@ fi
|
||||||
|
|
||||||
# Switch escape and caps and use wal colors if tty:
|
# Switch escape and caps and use wal colors if tty:
|
||||||
sudo -n loadkeys ~/.scripts/ttymaps.kmap 2>/dev/null
|
sudo -n loadkeys ~/.scripts/ttymaps.kmap 2>/dev/null
|
||||||
wal -Rn
|
tty | grep tty >/dev/null && wal -Rns
|
||||||
|
|
|
@ -27,7 +27,7 @@ Check other config folders for more specific documentation.
|
||||||
|
|
||||||
[ranger configuration](.config/ranger/luke_ranger_readme.md)
|
[ranger configuration](.config/ranger/luke_ranger_readme.md)
|
||||||
|
|
||||||
[list of scripts in the `~/.scripts/ directory](.scripts/SCRIPTS.md)
|
[list of scripts in the `~/.scripts/ directory`](.scripts/SCRIPTS.md)
|
||||||
|
|
||||||
## Dynamic Configuration Files
|
## Dynamic Configuration Files
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue