shortcut sync will run on login if present
This commit is contained in:
parent
9df046c5a8
commit
bb689384c7
1 changed files with 2 additions and 0 deletions
2
.profile
2
.profile
|
@ -9,6 +9,8 @@ export BROWSER="firefox"
|
|||
export READER="zathura"
|
||||
export BIB="$HOME/Documents/LaTeX/uni.bib"
|
||||
|
||||
[[ -f ~/.scripts/shortcuts.sh ]] && ~/.scripts/shortcuts.sh
|
||||
|
||||
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
||||
|
||||
# Start graphical server if i3 not already running.
|
||||
|
|
Loading…
Reference in a new issue