aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%/.bash_utils/path.sh (follow)
Commit message (Collapse)AuthorAge
* switch to egor@tensin.nameEgor Tensin2023-12-09
|
* path.sh: remove deprecation noticeEgor Tensin2023-05-23
| | | | I actually do use these routines somewhere else.
* path.sh: don't canonicalize paths in path_addEgor Tensin2023-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_addEgor Tensin2023-05-22
|
* ignore unsupported inherit_errexitEgor Tensin2023-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 & lintingEgor Tensin2022-04-02
|
* rename the projectEgor Tensin2022-04-01
|
* add commentsEgor Tensin2018-06-04
|
* renamed the repoEgor Tensin2017-11-29
|
* don't source files twiceEgor Tensin2017-10-04
|
* path_add: prependEgor Tensin2017-10-01
|
* add common prefixes to functions in .bash_utils/Egor Tensin2017-01-20
|
* refactoringEgor Tensin2016-11-20
|
* bugfix & code styleEgor Tensin2016-11-07
|
* bugfix & code styleEgor Tensin2016-11-07
| | | | Add missing '--'s, make arrays and nounset play well, etc.
* add_missing_path: preserve orderEgor Tensin2016-11-04
|
* bugfix & code styleEgor Tensin2016-10-29
|
* bugfixEgor Tensin2016-10-27
|
* add path.shEgor Tensin2016-10-27