From 4cac03d0fa64f976632e1032af74f5734fbc4c88 Mon Sep 17 00:00:00 2001 From: CelticBoozer Date: Wed, 30 Oct 2024 13:54:51 +0300 Subject: [PATCH] fix: fix problem with envvars Fix #263 --- .gitignore | 2 +- .zprofile => .profile | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename .zprofile => .profile (100%) diff --git a/.gitignore b/.gitignore index 559231d..292f8ca 100644 --- a/.gitignore +++ b/.gitignore @@ -48,11 +48,11 @@ !.gitignore !.gitmodules !.gtkrc-2.0 +!.profile !.ripgreprc !.stylelintrc.json !.yamlfmt.yaml !.yamllint.yaml -!.zprofile !.zshenv !.zshrc !LICENSE diff --git a/.zprofile b/.profile similarity index 100% rename from .zprofile rename to .profile