mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-02-09 13:47:11 +02:00
fix: fixed yaml typo
Signed-off-by: Glenn Vriesman <glenn.vriesman@gmail.com>
This commit is contained in:
parent
07a8ae8c3e
commit
1d6eb015c1
@ -6,5 +6,5 @@ func GetPlatformDefaultConfig() []byte {
|
|||||||
`os:
|
`os:
|
||||||
openCommand: 'cmd /c "start "" {{filename}}"'
|
openCommand: 'cmd /c "start "" {{filename}}"'
|
||||||
openLinkCommand: 'cmd /c "start "" {{link}}"'
|
openLinkCommand: 'cmd /c "start "" {{link}}"'
|
||||||
copyToClipboardCommand: 'cmd \c "echo -n {{str}} > /dev/clipboard"`)
|
copyToClipboardCommand: 'cmd \c "echo -n {{str}} > /dev/clipboard"'`)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user