mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
ItsDrike
3b5ac91ae8
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. |
||
---|---|---|
.. | ||
aliases | ||
environment | ||
functions | ||
handlers | ||
keybinds | ||
profile | ||
prompt | ||
py-alias |