Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-21 | fix(last-working-dir): use builtin `pwd` (#11346) | Richard Mitchell | |
2021-01-12 | feat(last-working-dir): log separate `lwd`s for different SSH keys on the ↵ | wilkis | |
same user account (#9534) Co-authored-by: Marc Cornellà <hello@mcornella.com> | |||
2020-03-11 | Clean up plugin READMEs and a few plugins | Marc Cornellà | |
- fasd - history - mercurial - pylint - repo - yii2 | |||
2019-11-19 | Use safer append to hook function arrays (#8406) | Jacob Tomaw | |
Use add-zsh-hook to add functions to hooks. That way they won't be added again when doing `source ~/.zshrc` multiple times. Co-authored-by: Marc Cornellà <marc.cornella@live.com> | |||
2018-05-11 | last-working-dir: disable chpwd_last_working_dir in subshells (#6817) | Xiao Fan | |
2016-09-30 | last-working-dir: add README | Marc Cornellà | |
2016-09-30 | last-working-dir: don't jump if not in $HOME | Marc Cornellà | |
2016-09-30 | last-working-dir: clean up source | Marc Cornellà | |
2015-08-04 | style fixes | xiao.fan | |
2015-08-03 | Don't clobber chpwd | xiao | |
2015-06-13 | last-working-dir working with spaces in dirnames | Christian Hoener zu Siederdissen | |
2015-02-02 | Removing 'local' usage to prevent issue when installed with antigen | Michael Robinson | |
Error encountered when installed with antigen: "chpwd:2: no such file or directory:". Solution described in https://github.com/zsh-users/antigen/issues/75 | |||
2015-01-08 | Update /home/srj/.oh-my-zsh/cache references | Stephen | |
2013-04-08 | "$PWD" = "PWD", >! doesn't work, echo is redundant. Fixed all. | Bercio | |
2013-03-13 | Fix whitespace | Ryan Winograd | |
That's what I get for using GitHub text editor and not checking tabs. | |||
2013-03-13 | last-working-dir: Use >! to overwrite $cache_file | rylwin | |
Use ">!" to overwrite $cache_file in case noclobber is set. When noclobber is set, zsh will not allow the use of ">" to overwrite the contents of a file. Instead, it displays a "file exists" error. By using ">!" instead, we tell zsh to overwrite the file without complaining. | |||
2012-12-03 | plugin last-working-dir: create cache-directory if it doesn't exist | Denis Cornehl | |
2012-10-17 | Added last working directory plugin | Örjan Persson | |
Keeps track of the last changed directory. When a new shell is created, the last directory will be restored. Mimics how tabs works in many terminal emulators. |