mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
r calc no save space
This commit is contained in:
parent
1dc1d11520
commit
4aab3dc800
@ -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…
x
Reference in New Issue
Block a user