Fix externals on linux
This commit is contained in:
parent
95964b4024
commit
3f15f4c8b2
|
@ -213,7 +213,7 @@
|
|||
url: "https://raw.githubusercontent.com/rcaloras/bash-preexec/master/bash-preexec.sh"
|
||||
refreshPeriod: "{{ $defaultRefresh }}"
|
||||
|
||||
{{- if eq .chezmoi.os "linux" -}}
|
||||
{{ if eq .chezmoi.os "linux" -}}
|
||||
".local/bin/nvim.AppImage":
|
||||
type: "file"
|
||||
url: "https://github.com/neovim/neovim/releases/download/stable/nvim-linux-x86_64.appimage"
|
||||
|
|
Loading…
Reference in New Issue