r calc no save space
This commit is contained in:
parent
eba94e613a
commit
25e172de8c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue