dotfiles/home
ItsDrike 3b5ac91ae8
Only add ~/.local/bin to PATH if it exists
Without existence check, the `find` command prints a fail message to
stderr, and leaves stdout empty. This means only the prefix `:` is
appended to the `$PATH` variable.

Leaving a trailing `:` in `$PATH` is however something we really don't
want to be doing, as it makes the current directory get treated as a
part of `$PATH`.

While the `~/.local/bin` directory is generally going to exist, during
installation and in some other edge cases, it might not yet be there,
and we need to account for that.
2023-08-02 14:13:44 +02:00
..
.cache Set XDG vars for python 2023-08-02 01:45:32 +02:00
.config Only add ~/.local/bin to PATH if it exists 2023-08-02 14:13:44 +02:00
.local export XDG_STATE_HOME 2023-08-02 01:53:00 +02:00
.mozilla Initial commit 2022-11-20 03:14:18 +01:00
.pki Move .pki to data home (.local/share), not config 2023-08-02 01:49:08 +02:00