mirror of
https://github.com/larstvei/nix-config.git
synced 2024-11-26 08:58:31 +00:00
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:
parent
9b24d3d893
commit
e530ece768
@ -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
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user