summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.profile b/.profile
index 7a1c1df..25cb6bc 100644
--- a/.profile
+++ b/.profile
@@ -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