aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use consistent case for readline optionsTom Ryder2016-08-291-11/+11
|
* Try out Readline's blink-matching-paren featureTom Ryder2016-08-291-0/+3
|
* Correct comment in bashrcTom Ryder2016-08-271-2/+1
|
* Use command -p to find tty(1)Tom Ryder2016-08-271-1/+1
|
* Use -n test and temp var for working tree testTom Ryder2016-08-271-2/+3
|
* Rearrange ~/.xinitrc in some sort of orderTom Ryder2016-08-271-8/+8
|
* Don't check for an already set XRESOURCESTom Ryder2016-08-271-1/+1
| | | | yagni etc
* Move SSH_ASKPASS setup to ~/.xinitrcTom Ryder2016-08-272-4/+6
|
* Use only system-path mkdir/grep for options setupTom Ryder2016-08-271-2/+2
| | | | A little quicker
* Move bash-independent code ~/.bashrc -> ~/.shrcTom Ryder2016-08-272-9/+9
|
* Fix some comments in options.shTom Ryder2016-08-271-2/+2
|
* Add `lithist` to shell optionsTom Ryder2016-08-261-0/+2
|
* Improvements to tree() to handle color optionsTom Ryder2016-08-261-3/+25
|
* Add tree()Tom Ryder2016-08-262-0/+11
|
* Add subsection for dotfiles(7df)Tom Ryder2016-08-261-2/+2
|
* Add -df manpage suffix in clean targetTom Ryder2016-08-261-1/+1
|
* Put dotfiles manuals into their own sectionTom Ryder2016-08-26107-292/+1022
| | | | This probably contains a few mistakes
* Add notifications to dmp(1)Tom Ryder2016-08-252-2/+10
|
* xyzzy(6) to print to stderrTom Ryder2016-08-251-1/+1
|
* Combine welcome messages into one scriptTom Ryder2016-08-254-69/+54
|
* Remove default PS1 for shTom Ryder2016-08-251-5/+0
|
* Remove gore() and lore()Tom Ryder2016-08-253-54/+0
| | | | Changed my mind
* Add note to issueTom Ryder2016-08-251-0/+2
|
* Remove unneeded { } around options() funcTom Ryder2016-08-251-2/+2
| | | | I'm learning a lot from izabera today
* Add TIMEFORMATTom Ryder2016-08-251-0/+3
|
* Stop bc(1) from completing filenamesTom Ryder2016-08-251-0/+5
| | | | <https://github.com/izabera/libash/blob/9e709a56a148b4311792cc66cd21b61a73434573/extras/sample_inputrc#L18-L21>
* Stop readline history re-editingTom Ryder2016-08-251-0/+3
| | | | <https://github.com/izabera/libash/blob/9e709a56a148b4311792cc66cd21b61a73434573/extras/sample_inputrc#L50-L51>
* Switch ls()/readline to horizontal list/completeTom Ryder2016-08-253-0/+8
| | | | <https://github.com/izabera/libash/blob/9e709a56a148b4311792cc66cd21b61a73434573/extras/sample_inputrc#L33>
* Prevent readline completing dotfiles without a dotTom Ryder2016-08-251-0/+3
| | | | <https://github.com/izabera/libash/blob/9e709a56a148b4311792cc66cd21b61a73434573/extras/sample_inputrc#L4>
* Fix up Bash/readline word-killing behaviourTom Ryder2016-08-251-0/+7
| | | | <https://github.com/izabera/libash/blob/9e709a56a148b4311792cc66cd21b61a73434573/extras/sample_inputrc#L44-L48>
* Add xyzzy(6)Tom Ryder2016-08-253-0/+21
|
* Show REBASE,MERGE etc in Git promptTom Ryder2016-08-251-2/+16
| | | | | Again pretty much pilfered from the contrib git prompt script in the Git source
* Show tag name in Git prompt if commit is taggedTom Ryder2016-08-251-1/+3
|
* Remove Readline M-r for repeat commandTom Ryder2016-08-251-2/+0
| | | | Too dangerous; !! or ^P will do
* Tidy up and comment xgo(1)Tom Ryder2016-08-251-9/+28
|
* Open PDFs with xpdf(1)Tom Ryder2016-08-251-0/+7
|
* Update submodulesTom Ryder2016-08-251-0/+0
|
* Refine git prompt commands a bitTom Ryder2016-08-241-3/+4
| | | | Informed by git-prompt.sh from the Git source distribution
* Reassure shellcheck about ls(1) pipingTom Ryder2016-08-241-0/+1
|
* Add -n to grep(1) call for gore()Tom Ryder2016-08-241-1/+2
|
* Add lore()Tom Ryder2016-08-242-0/+30
|
* Force --hide-control-chars on ls(1) if availableTom Ryder2016-08-242-5/+12
| | | | | I prefer it to literal or C-style escaping representations, and ls(1) isn't for scripting output anyway.
* Rename gress() to gore()Tom Ryder2016-08-242-7/+6
| | | | Important work going on here, folks
* Use "color" spelling consistentlyTom Ryder2016-08-241-2/+2
|
* Add gress()Tom Ryder2016-08-242-0/+24
|
* Improve a commentTom Ryder2016-08-241-1/+1
|
* Add a few more less(1) settings that seem goodTom Ryder2016-08-241-0/+5
| | | | We'll see how these go.
* Add a start for configuration for less(1)Tom Ryder2016-08-243-0/+10
| | | | I suspect I'll mostly be turning stuff I don't like off
* Bump history limits back up a bitTom Ryder2016-08-241-4/+4
| | | | Let's see if this actually does slow things down as much as I thought
* Fix a pdksh warningTom Ryder2016-08-241-1/+1
|