shortcuts.sh runs only if no ~/.shortcuts file
This commit is contained in:
parent
57b74b1f1b
commit
1b8c8f8dab
1 changed files with 1 additions and 1 deletions
2
.profile
2
.profile
|
@ -9,7 +9,7 @@ export BROWSER="firefox"
|
||||||
export READER="zathura"
|
export READER="zathura"
|
||||||
export BIB="$HOME/Documents/LaTeX/uni.bib"
|
export BIB="$HOME/Documents/LaTeX/uni.bib"
|
||||||
|
|
||||||
[[ -f ~/.scripts/shortcuts.sh ]] && ~/.scripts/shortcuts.sh
|
[[ ! -f ~/.shortcuts ]] && ~/.scripts/shortcuts.sh 2>/dev/null
|
||||||
|
|
||||||
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue