summary refs log tree commit diff
path: root/bin/1sh/histedit.c (follow)
Commit message (Collapse)AuthorAge
* Add HISTFILE history savingJune McEnroe2020-03-09
|
* Source .editrc before applying -v or -eJune McEnroe2020-03-09
| | | | | Otherwise a bind -v in .editrc will take precedence and overwrite the ^I binding for sh-complete.
* Add RPS1 and RPS2 right promptsJune McEnroe2020-03-09
|
* Import /usr/src/bin/sh from FreeBSD 12.1-RELEASEJune McEnroe2020-03-09
|
* Remove 1sh sourcesJune McEnroe2020-03-09
| | | | I'm going to recreate it from fresh sh sources for clean git history.
* Source .editrc before applying -v or -eJune McEnroe2019-12-20
| | | | | Otherwise a bind -v in .editrc will take precedence and overwrite the ^I binding for sh-complete.
* Do not apply expansion to HISTFILEJune McEnroe2019-11-21
|
* Revert "Use local libedit"June McEnroe2019-11-21
| | | | This reverts commit a8cd87a52b91f41d3bec81b1a36fa224501f3af7.
* Just use H_LOAD and H_SAVEJune McEnroe2019-11-21
|
* Remove PSlitJune McEnroe2019-11-20
|
* Rename catsh to 1shJune McEnroe2019-06-28
Yes it's another rename because I felt like catsh was too long. 1sh is short and unique.