diff options
| author | Mike Vink <59492084+ivi-vink@users.noreply.github.com> | 2025-01-22 13:23:29 +0000 |
|---|---|---|
| committer | Mike Vink <59492084+ivi-vink@users.noreply.github.com> | 2025-01-22 13:23:29 +0000 |
| commit | 0ab80470397dd38a0fe9f4d89d3a39dc0efa48fb (patch) | |
| tree | c563a11689c3999b97fa973292f4470e52b20ff8 /mut | |
| parent | 3000da50139ff3b044c5742140bc1ede8e3f4ad6 (diff) | |
fix opening links
Diffstat (limited to 'mut')
| -rwxr-xr-x | mut/bin/desktop-open-pipe | 2 | ||||
| -rw-r--r-- | mut/neovim/lua/my/init.lua | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/mut/bin/desktop-open-pipe b/mut/bin/desktop-open-pipe index 796bc5b..338929d 100755 --- a/mut/bin/desktop-open-pipe +++ b/mut/bin/desktop-open-pipe @@ -3,5 +3,5 @@ echo listening for open commands loop { let line = nc -l 127.0.0.1 1994 echo $line | save --append /tmp/debuglogs - ^open $line + try { ^open $line } } diff --git a/mut/neovim/lua/my/init.lua b/mut/neovim/lua/my/init.lua index 0c08504..3d539e7 100644 --- a/mut/neovim/lua/my/init.lua +++ b/mut/neovim/lua/my/init.lua @@ -326,7 +326,6 @@ local browse_git_remote = function(fugitive_data) end end assert((home and org and project and repo) or (home and repo)) - P(home, org, project, repo) local homes = { ["ssh.dev.azure.com"] = "dev.azure.com", |
