Mention the xonsh shell, the vox xontrib, and the bit in my .xonshrc that automatically adds all project directory paths (that is, all things in general format ~/projects/some-project-dir) to my $PATH.
I like this better than having scripts directly in like ~/.local/bin since everything is fully version controlled and separable. I think it scales better.
Mention the
xonshshell, thevoxxontrib, and the bit in my.xonshrcthat automatically adds all project directory paths (that is, all things in general format~/projects/some-project-dir) to my$PATH.I like this better than having scripts directly in like
~/.local/binsince everything is fully version controlled and separable. I think it scales better.