changes 09-12-25
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user