How and why I normalised my Go paths and personal/local home paths.
Like many people, I have my own scripts and stuff in a bin
directory in my home directory. Actually it’s a symlink to ~/.local/bin
because I saw there was a ~/.local/share
which some programs use to store user-specific things and I wanted to be consistent.
Then I saw some people have ~/bin
and ~/src
and I thought that looked like a Continue reading