dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 4ca57e48f5abf7b454442a8f365517efac28432c
parent 5e8eeb04ae2e93ca8c0d63f5dd3ec1f383287480
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri,  4 Oct 2019 15:35:40 +0200

Add more calculator fallback options

Diffstat:
M.local/bin/dropdowncalc | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.local/bin/dropdowncalc b/.local/bin/dropdowncalc @@ -1,2 +1,5 @@ #!/bin/sh -([ -x /usr/bin/julia ] && julia) || ([ -x /usr/bin/ipython ] && ipython) || python3 -q +([ -x /usr/bin/julia ] && julia) || \ +([ -x /usr/bin/ipython ] && ipython) || \ +python3 -q || \ +python -q