Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. |