diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-08-04 19:55:44 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-08-04 19:55:44 -0400 |
| commit | 8eb38a3790b129258aa6904b0c5b0a62dc2dcb56 (patch) | |
| tree | 6e7ece05933aaf2024514b9cbd6a25d3bddbe98a /.profile | |
| parent | 78ee3599b3074caa8f8c0ac08e5c077b95cd1b2a (diff) | |
| download | eibhear-8eb38a3790b129258aa6904b0c5b0a62dc2dcb56.tar.gz eibhear-8eb38a3790b129258aa6904b0c5b0a62dc2dcb56.tar.zst eibhear-8eb38a3790b129258aa6904b0c5b0a62dc2dcb56.zip | |
minor shortcut-sync changes
Diffstat (limited to '.profile')
| -rw-r--r-- | .profile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ export BROWSER="firefox" export READER="zathura" export BIB="$HOME/Documents/LaTeX/uni.bib" -[[ ! -f ~/.shortcuts ]] && ~/.scripts/shortcuts.sh 2>/dev/null +. ~/.scripts/shortcuts.sh 2>/dev/null [[ -f ~/.bashrc ]] && . ~/.bashrc |
