changes 09-12-25

This commit is contained in:
2025-09-12 15:51:26 -04:00
parent f3a9f8fe27
commit d10d239e2e
11 changed files with 186 additions and 54 deletions

View File

@@ -21,6 +21,10 @@ in
export RESULT
echo "\$RESULT = $RESULT"
}
escaped() {
# escapes regex chars
sed 's/[^^]/[&]/g; s/\^/\\^/g' <<<"$1"
}
nix-shell() {
NIX_SHELL=true command nix-shell "$@" --run zsh
}