Compare commits

...

2 commits

Author SHA1 Message Date
2a10b068c6 upd(fix): initialize REPOS_TO_UPDATE 2025-01-25 23:34:46 -08:00
b6ce349681 julia: add nemo 2025-01-25 23:34:31 -08:00
2 changed files with 3 additions and 0 deletions

View file

@ -2,5 +2,6 @@ using OhMyREPL
using Pluto
using Symbolics
using Unitful
using Nemo
τ = 2*π
pluto_custom() = Pluto.run(;port=8080, host="0.0.0.0", auto_reload_from_file=true, require_secret_for_access=false, warn_about_untrusted_code=false)

View file

@ -23,6 +23,8 @@ fi
# Avoiding copy pasting this over and over
g() { git -C "$REPO" "$@"; }
REPOS_TO_UPDATE="${REPOS_TO_UPDATE:-}"
# path_append from https://superuser.com/questions/39751/add-directory-to-path-if-its-not-already-there
# checks if a path is already in the PATH and if it exists
path_append() {