diff options
| author | Mike Vink <59492084+ivi-vink@users.noreply.github.com> | 2025-01-20 20:41:16 +0100 |
|---|---|---|
| committer | Mike Vink <59492084+ivi-vink@users.noreply.github.com> | 2025-01-20 20:41:16 +0100 |
| commit | 82533e4b996cd114540a6f0a451fbf1545fb9922 (patch) | |
| tree | 2ba75a874ee6db7be9bc657f2fd2c10b68bba73f /mut/bin | |
| parent | 2da799cdae5e2068dd23a51d9b5096205c0f0e6f (diff) | |
fixup
Diffstat (limited to 'mut/bin')
| l--------- | mut/bin/docker | 1 | ||||
| l--------- | mut/bin/docker-compose | 1 | ||||
| l--------- | mut/bin/docker-credential-osxkeychain | 1 | ||||
| l--------- | mut/bin/orb | 1 | ||||
| l--------- | mut/bin/orbctl | 1 | ||||
| -rwxr-xr-x | mut/bin/pnsh-nvim | 3 |
6 files changed, 1 insertions, 7 deletions
diff --git a/mut/bin/docker b/mut/bin/docker deleted file mode 120000 index 6ac42b5..0000000 --- a/mut/bin/docker +++ /dev/null @@ -1 +0,0 @@ -/Applications/OrbStack.app/Contents/MacOS/xbin/docker
\ No newline at end of file diff --git a/mut/bin/docker-compose b/mut/bin/docker-compose deleted file mode 120000 index 2a32a59..0000000 --- a/mut/bin/docker-compose +++ /dev/null @@ -1 +0,0 @@ -/Applications/OrbStack.app/Contents/MacOS/xbin/docker-compose
\ No newline at end of file diff --git a/mut/bin/docker-credential-osxkeychain b/mut/bin/docker-credential-osxkeychain deleted file mode 120000 index c7e32a6..0000000 --- a/mut/bin/docker-credential-osxkeychain +++ /dev/null @@ -1 +0,0 @@ -/Applications/OrbStack.app/Contents/MacOS/xbin/docker-credential-osxkeychain
\ No newline at end of file diff --git a/mut/bin/orb b/mut/bin/orb deleted file mode 120000 index f5fd04a..0000000 --- a/mut/bin/orb +++ /dev/null @@ -1 +0,0 @@ -/Applications/OrbStack.app/Contents/MacOS/bin/orb
\ No newline at end of file diff --git a/mut/bin/orbctl b/mut/bin/orbctl deleted file mode 120000 index ab07a02..0000000 --- a/mut/bin/orbctl +++ /dev/null @@ -1 +0,0 @@ -/Applications/OrbStack.app/Contents/MacOS/bin/orbctl
\ No newline at end of file diff --git a/mut/bin/pnsh-nvim b/mut/bin/pnsh-nvim index 0afc4c2..bc417c0 100755 --- a/mut/bin/pnsh-nvim +++ b/mut/bin/pnsh-nvim @@ -8,7 +8,6 @@ if not ($desktop_open_pipe | path exists) { let args = ( "--init" + " --entrypoint=/usr/bin/nu" + -" --network=host" + " --env=TERM=xterm-ghostty" + $" --env=TERMINFO=($env.TERMINFO)" + " --env=_ZO_DATA_DIR=/hostfs/.local/share/zoxide" + @@ -27,7 +26,7 @@ $" --workdir=($env | default $env.HOME PWD | get PWD)" + " --volume=/nix/store:/nix/store" + " --volume=/nix-config:/nix-config" + $" --volume=($env.HOME)/.ssh/config:/root/.ssh/config" + -$" --volume=($env.XDG_RUNTIME_DIR)/docker.sock:/var/run/docker.sock" +$" --volume=($env | default "/var/run" XDG_RUNTIME_DIR | get XDG_RUNTIME_DIR)/docker.sock:/var/run/docker.sock" ) ( |
