mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-29 11:54:15 +00:00
remove GIT_SSH_COMMAND and document
This commit is contained in:
parent
3d2dcb2d5e
commit
3d499d77f1
2 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,6 @@ function M.spawn(cmd, opts)
|
|||
|
||||
local env = {
|
||||
"GIT_TERMINAL_PROMPT=0",
|
||||
"GIT_SSH_COMMAND=ssh -oBatchMode=yes",
|
||||
}
|
||||
if opts.env then
|
||||
vim.list_extend(env, opts.env)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue