icons of uhk and universal shims for node

This commit is contained in:
Tony Miller 2025-08-21 22:37:11 +10:00 committed by Tony Miller
parent b4b96deca9
commit fcd8702565
24 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env zsh #!/usr/bin/env sh
# NVM lazy loading wrapper for node # NVM lazy loading wrapper for node
if ! command -v nvm >/dev/null 2>&1; then if ! command -v nvm >/dev/null 2>&1; then
@ -7,4 +7,4 @@ if ! command -v nvm >/dev/null 2>&1; then
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"
fi fi
exec node "$@" exec node "$@"

View File

@ -1,4 +1,4 @@
#!/usr/bin/env zsh #!/usr/bin/env sh
# NVM lazy loading wrapper for npm # NVM lazy loading wrapper for npm
if ! command -v nvm >/dev/null 2>&1; then if ! command -v nvm >/dev/null 2>&1; then
@ -7,4 +7,4 @@ if ! command -v nvm >/dev/null 2>&1; then
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"
fi fi
exec npm "$@" exec npm "$@"

View File

@ -1,4 +1,4 @@
#!/usr/bin/env zsh #!/usr/bin/env sh
# NVM lazy loading wrapper for npx # NVM lazy loading wrapper for npx
if ! command -v nvm >/dev/null 2>&1; then if ! command -v nvm >/dev/null 2>&1; then
@ -7,4 +7,4 @@ if ! command -v nvm >/dev/null 2>&1; then
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"
fi fi
exec npx "$@" exec npx "$@"

View File

@ -1,4 +1,4 @@
#!/usr/bin/env zsh #!/usr/bin/env sh
# NVM lazy loading wrapper for yarn # NVM lazy loading wrapper for yarn
if ! command -v nvm >/dev/null 2>&1; then if ! command -v nvm >/dev/null 2>&1; then
@ -7,4 +7,4 @@ if ! command -v nvm >/dev/null 2>&1; then
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"
fi fi
exec yarn "$@" exec yarn "$@"

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env sh
yt-dlp \ yt-dlp \
-f 'ba' \ -f 'ba' \

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 575 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 923 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 829 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 923 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB