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 497089d81550eb1450e14391d4d20b966620597c
parent 6485e3fa24dbea3100beece86004ef3892e553a4
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 29 Oct 2019 12:54:36 +0100

Detect ipython 3 binary on OpenBSD

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

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