From c8b670c453749b13affb2e7952a5fb1f23830d0f Mon Sep 17 00:00:00 2001 From: inkch Date: Wed, 17 Jan 2024 19:41:41 +0900 Subject: [PATCH] bash: edit ignore pattern to put bashrc in a different location --- .chezmoiignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.chezmoiignore b/.chezmoiignore index c650101..27f8e89 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -2,6 +2,7 @@ # https://www.chezmoi.io/reference/special-files-and-directories/chezmoiignore/ README.md +.bashrc {{- if ne .chezmoi.osRelease.id "arch" }} # Other than Arch Linux @@ -32,6 +33,11 @@ README.md # for `root` user .config/* +# bashrc +!.bashrc +!.config/bash +.config/bash/bashrc + # fish-shell !.config/fish .config/fish/**/*