diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-10-16 22:11:32 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-10-16 22:11:32 -0400 |
| commit | 25e172de8c0e800af75379a78897c8b9b266a89c (patch) | |
| tree | 6ec4e7c1f647be569fec94ff6437afdfdfd558d8 /.scripts | |
| parent | eba94e613a02d812e56178a6622710feaaa8632c (diff) | |
| download | eibhear-25e172de8c0e800af75379a78897c8b9b266a89c.tar.gz eibhear-25e172de8c0e800af75379a78897c8b9b266a89c.tar.zst eibhear-25e172de8c0e800af75379a78897c8b9b266a89c.zip | |
r calc no save space
Diffstat (limited to '.scripts')
| -rwxr-xr-x | .scripts/dropdowncalc | 2 |
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 |
