Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | path.sh: remove deprecation notice | Egor Tensin | 2023-05-23 |
| | | | | I actually do use these routines somewhere else. | ||
* | path.sh: don't canonicalize paths in path_add | Egor Tensin | 2023-05-22 |
| | | | | | | | 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. | ||
* | path.sh: append by default in path_add | Egor Tensin | 2023-05-22 |
| | |||
* | ignore unsupported inherit_errexit | Egor Tensin | 2023-05-22 |
| | | | | | | 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. | ||
* | bash: best practices & linting | Egor Tensin | 2022-04-02 |
| | |||
* | rename the project | Egor Tensin | 2022-04-01 |
| | |||
* | add comments | Egor Tensin | 2018-06-04 |
| | |||
* | renamed the repo | Egor Tensin | 2017-11-29 |
| | |||
* | don't source files twice | Egor Tensin | 2017-10-04 |
| | |||
* | path_add: prepend | Egor Tensin | 2017-10-01 |
| | |||
* | add common prefixes to functions in .bash_utils/ | Egor Tensin | 2017-01-20 |
| | |||
* | refactoring | Egor Tensin | 2016-11-20 |
| | |||
* | bugfix & code style | Egor Tensin | 2016-11-07 |
| | |||
* | bugfix & code style | Egor Tensin | 2016-11-07 |
| | | | | Add missing '--'s, make arrays and nounset play well, etc. | ||
* | add_missing_path: preserve order | Egor Tensin | 2016-11-04 |
| | |||
* | bugfix & code style | Egor Tensin | 2016-10-29 |
| | |||
* | bugfix | Egor Tensin | 2016-10-27 |
| | |||
* | add path.sh | Egor Tensin | 2016-10-27 |