Update .config/lazygit/config.yml
This commit is contained in:
parent
0dc097e9d8
commit
00d3c33167
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue