Commit Graph

6 Commits

Author SHA1 Message Date
Marc Cornellà
3cc61701bd Update per-directory-history plugin to latest version (#5493)
Latest version: February 17, 2016 - dd81201
2016-10-04 13:56:25 +02:00
Jim Hester
ac6f1a045c Update to latest per-directory-history 2013-03-13 13:07:32 -04:00
Jim Hester
0744acd663 Update to latest per-directory-history
See [https://github.com/jimhester/per-directory-history]
2013-02-28 10:28:08 -05:00
Jim Hester
9ba799111c Replace reset-prompt with push-line and accept-line
The in memory history is not updated until an accept line command, so you
have to push enter before it is correct, this commit replaces the reset-prompt
with an accept-line.  It also adds a push-line, to preserve the current editing
buffer
2012-11-16 10:50:41 -05:00
Jim Hester
cc831508d7 Use HISTFILE evironment variable directly rather than copying it
Use the HISTFILE environment variable in place of copying it to
_per_directory_history_global so that users can change the environment variable
after sourcing per-directory-history and have the global variable set correctly
2012-09-21 10:19:39 -04:00
Jim Hester
baa187e4b9 Per directory history plugin
This is a implementation of per directory history for zsh, some
   implementations of which exist in bash[1,2].  It also implements
   a per-directory-history-toggle-history function to change from using the
   directory history to using the global history.  In both cases the history is
   always saved to both the global history and the directory history, so the
   toggle state will not effect the saved histories.  Being able to switch
   between global and directory histories on the fly is a novel feature as far
   as I am aware.

   [1]: http://www.compbiome.com/2010/07/bash-per-directory-bash-history.html
   [2]: http://dieter.plaetinck.be/per_directory_bash
2012-09-20 08:23:58 -04:00