Update .config/lazygit/config.yml

This commit is contained in:
punkfairie 2024-09-30 20:55:45 -07:00
parent 0dc097e9d8
commit 00d3c33167
Signed by: punkfairie
GPG key ID: A86AF57F837E320F

View file

@ -1,4 +1,5 @@
---
# chezmoi:template:left-delimiter="[[" right-delimiter="]]"
gui:
nerdFontsVersion: "3"
git:
@ -6,9 +7,9 @@ git:
colorArg: always
pager: delta --paging=never --features=arctic-fox
os:
{{ if lookPath "copyq" -}}
[[ if lookPath "copyq" -]]
copyToClipboardCmd: "copyq copy {{text}}"
{{ else if lookPath "pbcopy" -}}
[[ else if lookPath "pbcopy" -]]
copyToClipboardCmd: echo "{{text}}" | pbcopy
{{ end -}}
[[ end -]]
editPreset: nvim-remote