summaryrefslogtreecommitdiff
path: root/mut
diff options
context:
space:
mode:
Diffstat (limited to 'mut')
-rwxr-xr-xmut/bin/desktop-open-pipe2
-rw-r--r--mut/neovim/lua/my/init.lua1
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",