shortcuts.sh runs only if no ~/.shortcuts file
This commit is contained in:
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user