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.
This commit is contained in:
larstvei 2024-04-24 00:56:47 +02:00
parent 9b24d3d893
commit e530ece768

View File

@ -136,12 +136,9 @@
}; };
shellInit = '' shellInit = ''
set PATH "$PATH:/usr/local/texlive/2022/bin/universal-darwin/"
if test "$TERM" != "dumb" if test "$TERM" != "dumb"
track_directories track_directories
end end
set -gx DIRENV_LOG_FORMAT "" set -gx DIRENV_LOG_FORMAT ""
direnv hook fish | source direnv hook fish | source
''; '';