Add cargo bin to path

This commit is contained in:
MaeIsBad 2022-09-26 09:03:52 +02:00
parent 379e2be202
commit 0db4f6a3e8

View file

@ -1,3 +1,3 @@
{
home.sessionPath = [ "$HOME/.local/bin" ];
home.sessionPath = ["$HOME/.local/bin" "$HOME/.cargo/bin/"];
}