summaryrefslogtreecommitdiffstats
path: root/.scripts/dropdowncalc
diff options
context:
space:
mode:
Diffstat (limited to '.scripts/dropdowncalc')
-rwxr-xr-x.scripts/dropdowncalc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/dropdowncalc b/.scripts/dropdowncalc
index 7c4dbff..fee8f07 100755
--- a/.scripts/dropdowncalc
+++ b/.scripts/dropdowncalc
@@ -2,4 +2,4 @@
# This script ensures that i3 will spawn a calculator.
# If R is installed, it will run R, otherwise it will run
# Python.
-([[ -e /usr/bin/R ]] && R -q) || python -q
+([ -e /usr/bin/R ] && R -q --no-save) || python -q