shortcut fixes
This commit is contained in:
parent
7e63e40b3a
commit
d7dc154e9c
2 changed files with 1 additions and 2 deletions
|
@ -9,4 +9,3 @@ cf ~/.config
|
||||||
sc ~/.scripts
|
sc ~/.scripts
|
||||||
mn /mnt
|
mn /mnt
|
||||||
e /etc
|
e /etc
|
||||||
/ /
|
|
||||||
|
|
2
.profile
2
.profile
|
@ -11,7 +11,7 @@ export READER="zathura"
|
||||||
export BIB="$HOME/Documents/LaTeX/uni.bib"
|
export BIB="$HOME/Documents/LaTeX/uni.bib"
|
||||||
export REFER="$HOME/.referbib"
|
export REFER="$HOME/.referbib"
|
||||||
|
|
||||||
[ -f ~/.scripts/shortcuts.sh ] && ~/.scripts/shortcuts.sh
|
[ ! -f ~/.shortcuts ] && shortcuts 2>/dev/null
|
||||||
|
|
||||||
[ -f ~/.bashrc ] && source ~/.bashrc
|
[ -f ~/.bashrc ] && source ~/.bashrc
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue