From 5e6e467f19eb0f480ea5e65cebf94dd84078cd9e Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Wed, 23 Nov 2022 00:07:25 +0000 Subject: [PATCH] Update dotfiles/.local/share/chezmoi/home/private_dot_config/youtube-dl/config, dotfiles/.local/share/chezmoi/home/private_dot_config/asdf/asdfrc.tmpl --- .../share/chezmoi/home/private_dot_config/asdf/asdfrc.tmpl | 2 +- .../share/chezmoi/home/private_dot_config/youtube-dl/config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/.local/share/chezmoi/home/private_dot_config/asdf/asdfrc.tmpl b/dotfiles/.local/share/chezmoi/home/private_dot_config/asdf/asdfrc.tmpl index 38d173c4..51a710e1 100644 --- a/dotfiles/.local/share/chezmoi/home/private_dot_config/asdf/asdfrc.tmpl +++ b/dotfiles/.local/share/chezmoi/home/private_dot_config/asdf/asdfrc.tmpl @@ -4,6 +4,6 @@ legacy_version_file = yes # Use release candidate rather than latest semantic version use_release_candidates = yes -{{ if and (eq .host.distro.family "darwin") (not .host.restricted) -}} +{{ if (eq .host.distro.family "darwin") and (not .host.restricted) -}} java_macos_integration_enable = yes {{ end -}} diff --git a/dotfiles/.local/share/chezmoi/home/private_dot_config/youtube-dl/config b/dotfiles/.local/share/chezmoi/home/private_dot_config/youtube-dl/config index a90376f7..c90e8e6f 100644 --- a/dotfiles/.local/share/chezmoi/home/private_dot_config/youtube-dl/config +++ b/dotfiles/.local/share/chezmoi/home/private_dot_config/youtube-dl/config @@ -3,4 +3,4 @@ # Aira2c --external-downloader aria2c ---external-downloader-args '-c -j 6 -x 6 -s 6 -k 1M' \ No newline at end of file +--external-downloader-args '-c -j 6 -x 6 -s 6 -k 1M'