diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-11-16 12:25:06 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-11-16 12:25:06 -0500 |
| commit | 8ea78b322d452e6b5f0731a3a037b1e010c81353 (patch) | |
| tree | 11753fbae8730b411382cee4a26640415b9dd723 /.profile | |
| parent | 0a8df2cbdc44accb451fc092448ef3154a38bed0 (diff) | |
| download | eibhear-8ea78b322d452e6b5f0731a3a037b1e010c81353.tar.gz eibhear-8ea78b322d452e6b5f0731a3a037b1e010c81353.tar.zst eibhear-8ea78b322d452e6b5f0731a3a037b1e010c81353.zip | |
multiple cursors added
Diffstat (limited to '.profile')
| -rw-r--r-- | .profile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ export READER="zathura" export BIB="$HOME/Documents/LaTeX/uni.bib" export REFER="$HOME/.referbib" -[ ! -f ~/.shortcuts ] && shortcuts 2>/dev/null +[ ! -f ~/.shortcuts ] && shortcuts >/dev/null 2>&1 [ -f ~/.bashrc ] && source ~/.bashrc |
