- 07 Aug, 2018 1 commit
-
-
Janosch Schwalm authored
* use https everywhere * use https links on the files that are left Also, removed some broken links and updated redirections.
-
- 04 Oct, 2016 1 commit
-
-
Marc Cornellà authored
Latest version: February 17, 2016 - dd81201
-
- 13 Mar, 2013 1 commit
-
-
Jim Hester authored
-
- 28 Feb, 2013 1 commit
-
-
Jim Hester authored
See [https://github.com/jimhester/per-directory-history]
-
- 16 Nov, 2012 1 commit
-
-
Jim Hester authored
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
-
- 21 Sep, 2012 1 commit
-
-
Jim Hester authored
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
-
- 20 Sep, 2012 1 commit
-
-
Jim Hester authored
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
-