Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-07 | use https everywhere (#6574) | Janosch Schwalm | |
* use https everywhere * use https links on the files that are left Also, removed some broken links and updated redirections. | |||
2018-05-26 | shrink-path: match only the beginning of the directory (#6862) | Marc Cornellà | |
Fixes #6317 | |||
2018-05-26 | Update shrink-path to use cd -q for bypassing the chpwd callbacks | Kaleb Elwert | |
2018-05-26 | Revert "unset chpwd_functions before running cd ... (#6830)" | Marc Cornellà | |
This reverts commit 3dab7e46e8815838c8099040e11a7ae9a30ba03d. | |||
2018-05-17 | unset chpwd_functions before running cd to work with the path, to avoid ↵ | dt-rush | |
side-effects if the user has set any chpwd_functions which cause output, such as is the case if the user is using auto-ls (#6830) | |||
2016-08-11 | Add shrink-path plugin to shorten directory paths (e.g. ~/f/b/quux) (#5262) | Shiv Venkatasubrahmanyam | |
* Add shrink-path plugin to shorten directory paths (e.g. ~/f/b/quux) * Add a README |