1
0
Fork 0
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:
Thomas A. Christensen II 2022-11-29 05:29:20 +00:00 committed by GitHub
parent f95cd261e4
commit 88248f4477
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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