Commit graph

2 commits

Author SHA1 Message Date
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