From e530ece7687a2bfb715a93b86919e7df049b67b8 Mon Sep 17 00:00:00 2001 From: larstvei Date: Wed, 24 Apr 2024 00:56:47 +0200 Subject: [PATCH] I hope this never needs to be placed back in... It was a workaround for xindy or something. It's used in one latex project I work on a bit. This is an god awful solution though. --- modules/home.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/home.nix b/modules/home.nix index c8bc93e..8424dd2 100644 --- a/modules/home.nix +++ b/modules/home.nix @@ -136,12 +136,9 @@ }; shellInit = '' - set PATH "$PATH:/usr/local/texlive/2022/bin/universal-darwin/" - if test "$TERM" != "dumb" track_directories end - set -gx DIRENV_LOG_FORMAT "" direnv hook fish | source '';