Commit message (Collapse) | Author | ||
---|---|---|---|
2023-05-23 | path.sh: remove deprecation notice | Egor Tensin | |
I actually do use these routines somewhere else. | |||
2023-05-22 | path.sh: don't canonicalize paths in path_add | Egor Tensin | |
Resolving symlinks is actually bad; what if the user wants to add a symlinked directory? You better make sure you pass absolute paths now though. | |||
2023-05-22 | path.sh: append by default in path_add | Egor Tensin | |
2023-05-22 | ignore unsupported inherit_errexit | Egor Tensin | |
I have a really ancient machine with an even more ancient version of bash that doesn't support inherit_errexit. Ignore for now, put it back later. | |||
2022-04-02 | bash: best practices & linting | Egor Tensin | |
2022-04-01 | rename the project | Egor Tensin | |
2018-06-04 | add comments | Egor Tensin | |
2017-11-29 | renamed the repo | Egor Tensin | |
2017-10-04 | don't source files twice | Egor Tensin | |
2017-10-01 | path_add: prepend | Egor Tensin | |
2017-01-20 | add common prefixes to functions in .bash_utils/ | Egor Tensin | |
2016-11-20 | refactoring | Egor Tensin | |
2016-11-07 | bugfix & code style | Egor Tensin | |
2016-11-07 | bugfix & code style | Egor Tensin | |
Add missing '--'s, make arrays and nounset play well, etc. | |||
2016-11-04 | add_missing_path: preserve order | Egor Tensin | |
2016-10-29 | bugfix & code style | Egor Tensin | |
2016-10-27 | bugfix | Egor Tensin | |
2016-10-27 | add path.sh | Egor Tensin | |