summaryrefslogtreecommitdiff
path: root/mut/bin/xdg-open
diff options
context:
space:
mode:
authorMike Vink <59492084+ivi-vink@users.noreply.github.com>2025-01-22 14:19:59 +0100
committerMike Vink <59492084+ivi-vink@users.noreply.github.com>2025-01-22 14:19:59 +0100
commit3000da50139ff3b044c5742140bc1ede8e3f4ad6 (patch)
treec20dc0d4851ef2c9163392b9c5441b51a174b85d /mut/bin/xdg-open
parent6043502305e3d5ccc6c537d4ed085d8b2454c5c8 (diff)
fix git and nushell
Diffstat (limited to 'mut/bin/xdg-open')
-rwxr-xr-xmut/bin/xdg-open2
1 files changed, 1 insertions, 1 deletions
diff --git a/mut/bin/xdg-open b/mut/bin/xdg-open
index 6a5d254..ca18836 100755
--- a/mut/bin/xdg-open
+++ b/mut/bin/xdg-open
@@ -1,2 +1,2 @@
#!/bin/bash
-echo "$@" | tee "$HOME/.cache/desktop-open.pipe"
+nu --commands "^echo $1 | nc 127.0.0.1 1994 | echo"