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 5e8eeb04ae2e93ca8c0d63f5dd3ec1f383287480
parent 95c4b4c45d919788f058309769a5f900fd6af374
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri,  4 Oct 2019 15:30:00 +0200

Use python3 for dropdown calculator

Diffstat:
M.local/bin/dropdowncalc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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