mirror of
https://github.com/MillironX/dotfiles.git
synced 2024-11-21 13:16:04 +00:00
Update definition of "modern" for nanorc
This commit is contained in:
parent
f95cd261e4
commit
88248f4477
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,8 @@
|
||||||
{{- if eq .chezmoi.osRelease.id "fedora" }}
|
{{- if or
|
||||||
|
(eq .machinetype "workstation")
|
||||||
|
(eq .chezmoi.osRelease.id "fedora")
|
||||||
|
(and (eq .chezmoi.osRelease.id "almalinux" "centos" "rhel") (gt (atoi .chezmoi.osRelease.versionID) 7))
|
||||||
|
(and (eq .chezmoi.osRelease.id "debian") (gt (atoi .chezmoi.osRelease.versionID) 9 )) -}}
|
||||||
set linenumbers
|
set linenumbers
|
||||||
set titlecolor bold,lightwhite,blue
|
set titlecolor bold,lightwhite,blue
|
||||||
set promptcolor lightwhite,lightblack
|
set promptcolor lightwhite,lightblack
|
||||||
|
|
Loading…
Reference in a new issue