From ea122cd8fb512163d1ca2ca53a926aeff20882ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sat, 11 May 2024 10:25:45 +0200 Subject: [PATCH] Remove unused variable --- zsh/zprofile.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/zsh/zprofile.j2 b/zsh/zprofile.j2 index 879e916..41a7bac 100644 --- a/zsh/zprofile.j2 +++ b/zsh/zprofile.j2 @@ -88,7 +88,6 @@ touch "${feature_dir}"/gpg_agent systemd_envs=( GNUPGHOME PATH - ACPI_LID_NAME ) systemctl --user import-environment "${systemd_envs[@]}"