r calc no save space

This commit is contained in:
Luke Smith 2018-10-16 22:11:32 -04:00
parent 1dc1d11520
commit 4aab3dc800
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

View File

@ -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