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:
|
gui:
|
||||||
nerdFontsVersion: "3"
|
nerdFontsVersion: "3"
|
||||||
git:
|
git:
|
||||||
|
@ -6,9 +7,9 @@ git:
|
||||||
colorArg: always
|
colorArg: always
|
||||||
pager: delta --paging=never --features=arctic-fox
|
pager: delta --paging=never --features=arctic-fox
|
||||||
os:
|
os:
|
||||||
{{ if lookPath "copyq" -}}
|
[[ if lookPath "copyq" -]]
|
||||||
copyToClipboardCmd: "copyq copy {{text}}"
|
copyToClipboardCmd: "copyq copy {{text}}"
|
||||||
{{ else if lookPath "pbcopy" -}}
|
[[ else if lookPath "pbcopy" -]]
|
||||||
copyToClipboardCmd: echo "{{text}}" | pbcopy
|
copyToClipboardCmd: echo "{{text}}" | pbcopy
|
||||||
{{ end -}}
|
[[ end -]]
|
||||||
editPreset: nvim-remote
|
editPreset: nvim-remote
|
||||||
|
|
Loading…
Reference in a new issue