Skip to content

Commit

Permalink
clean up some legacy rust/node stuff
Browse files Browse the repository at this point in the history
Signed-off-by: clux <[email protected]>
  • Loading branch information
clux committed Jul 12, 2024
1 parent ca93304 commit 6fa6ab5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
1 change: 1 addition & 0 deletions .aliases
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ alias c="cargo"
alias cb="cargo build"
alias cbb="cargo build --bin"
alias ct="cargo test"
alias cv="tq .package.version -r Cargo.toml"

# docker
alias d="docker"
Expand Down
12 changes: 1 addition & 11 deletions .functions
Original file line number Diff line number Diff line change
Expand Up @@ -244,17 +244,7 @@ q3() {
}

# -----------------------------------------------------------------------------
# misc node/py/rust

cratever() {
# shellcheck disable=SC2016
rg '^version = "(\S*)"' -r '$1' Cargo.toml | head -n 1
}

node-deopts() {
# shellcheck disable=SC2068
node --trace_opt --trace_deopt --allow-natives-syntax $@
}
# misc node/py

node-deps() {
npm ls | grep -oE "[[:alnum:]\@\.]*" | sort -u
Expand Down
7 changes: 0 additions & 7 deletions archive/.yrcli.json

This file was deleted.

0 comments on commit 6fa6ab5

Please sign in to comment.