From 25e172de8c0e800af75379a78897c8b9b266a89c Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Tue, 16 Oct 2018 22:11:32 -0400 Subject: [PATCH] r calc no save space --- .scripts/dropdowncalc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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