Commit graph

3 commits

Author SHA1 Message Date
UnrealQuester
ed36ba783a Using $PWD directly for dirhistory
We can use the $PWD variable instead of executing pwd. This means we do not have to open an extra process on every directory change.
2014-04-23 07:09:05 +02:00
UnrealQuester
1be7bbbfbe Fix dirhistory when the directory contains spaces
pwd output is not escaped, so when changing to a directory like "space dir", only "space" gets saved in the history. This fix wraps `pwd` in double quotes to mitigate that.
2014-04-22 14:01:28 +02:00
Jeff Williams
c0b98cd6ac Added dirhistory plugin.
This plugin navigates directory history using ALT-LEFT and ALT-RIGHT.
2014-03-03 10:18:10 -05:00