aboutsummaryrefslogtreecommitdiffstats
path: root/oni/home/services/environment.scm
diff options
context:
space:
mode:
authorGravatar Tom Willemse2022-09-26 16:06:23 -0700
committerGravatar Tom Willemse2022-09-26 16:06:23 -0700
commit6cdda0dc5acc2ce9b3abf9e68a3e61a4ba5f4b91 (patch)
tree6580b88a7d9e22bab7d321f7943beff0b6def81d /oni/home/services/environment.scm
parentf33a2df7b9f630547ba081cdc2b3de5e8f6e77c1 (diff)
downloadnew-dotfiles-6cdda0dc5acc2ce9b3abf9e68a3e61a4ba5f4b91.tar.gz
new-dotfiles-6cdda0dc5acc2ce9b3abf9e68a3e61a4ba5f4b91.zip
Add env variable to tell Git I know the risks of filter-branch
Diffstat (limited to 'oni/home/services/environment.scm')
-rw-r--r--oni/home/services/environment.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/oni/home/services/environment.scm b/oni/home/services/environment.scm
index 4c52c07..062f3fe 100644
--- a/oni/home/services/environment.scm
+++ b/oni/home/services/environment.scm
@@ -13,4 +13,5 @@
("EDITOR" . "emacsclient")
("CALIBRE_USE_DARK_PALETTE" . "1")
("GUIX_LOCPATH" . "$HOME/.guix-home/profile/lib/locale")
- ("XDG_DATA_DIRS" . "${XDG_DATA_DIRS}${XDG_DATA_DIRS:+:}/usr/local/share:/usr/share"))))
+ ("XDG_DATA_DIRS" . "${XDG_DATA_DIRS}${XDG_DATA_DIRS:+:}/usr/local/share:/usr/share")
+ ("FILTER_BRANCH_SQUELCH_WARNING" . "1"))))