aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Handle POSIX correctness in ~/.bash_profileTom Ryder2017-03-311-0/+7
|
* Update submodulesTom Ryder2017-03-311-0/+0
|
* Remove resolved issueTom Ryder2017-03-301-2/+0
|
* Update submodulesTom Ryder2017-03-301-0/+0
|
* Use awk for "get first word"Tom Ryder2017-03-291-1/+1
| | | | A little clearer than the sed, if longer
* Remove SC2030 ignore for path logicTom Ryder2017-03-291-1/+0
| | | | Can't find where this was fixed
* Remove SC2154 ignore for $.sh from ksh startupTom Ryder2017-03-291-1/+0
| | | | <https://github.com/koalaman/shellcheck/commit/7124c113e8ead22916b91eb3fea1e7251b91f422>
* Add lgt()Tom Ryder2017-03-292-0/+29
|
* Add gt() (go to)Tom Ryder2017-03-292-1/+30
|
* Update submodulesTom Ryder2017-03-271-0/+0
|
* Remove lieTom Ryder2017-03-241-2/+2
|
* This version works on vim.tinyTom Ryder2017-03-241-2/+4
|
* Move redirect to correct processTom Ryder2017-03-241-1/+1
|
* Move stderr block to within substTom Ryder2017-03-241-1/+1
|
* Add a semicolon to appease old sed(1)Tom Ryder2017-03-241-1/+1
|
* Replace -c with --cmd in exm(1df)Tom Ryder2017-03-241-1/+1
| | | | This appears to do it, at least on Vim 8
* Better exm(1df) implementationTom Ryder2017-03-242-8/+6
|
* Add exm(1df) to work around Vim's screen-clearingTom Ryder2017-03-244-1/+43
|
* Remove double-up colon check in path()Tom Ryder2017-03-241-8/+0
|
* Lots of Makefile tidyingTom Ryder2017-03-241-61/+30
| | | | | | | | * Add missing "--" option terminator * Merge overzealously split lines * Favour find(1) calls over shell loops * Use `ln -fs` (both flags are POSIX) * Remove filename duplication for `cp -p` calls
* Turns out "--" is not specified for chmod(1)Tom Ryder2017-03-241-4/+4
|
* Change shb(1) to read stdin by defaultTom Ryder2017-03-243-21/+16
| | | | This is clearer.
* Use builtin macros for filenamesTom Ryder2017-03-241-3/+3
|
* Add -- separator to Makefile inference commandsTom Ryder2017-03-241-4/+4
|
* Add .POSIX shibboleth to MakefileTom Ryder2017-03-231-0/+1
|
* Use consistent m4 prefixTom Ryder2017-03-234-16/+16
|
* Single-quote nameTom Ryder2017-03-231-1/+1
|
* Remove misleading Makefile var quotingTom Ryder2017-03-231-115/+115
| | | | | This doesn't quote in the same way shell does and it's a bit misleading to present it as doing so.
* Update submodulesTom Ryder2017-03-231-0/+0
|
* Update submodulesTom Ryder2017-03-161-0/+0
|
* Update submodulesTom Ryder2017-03-141-0/+0
|
* Update submodulesTom Ryder2017-03-121-0/+0
|
* Correct two manual referencesTom Ryder2017-03-101-1/+1
|
* Add an issueTom Ryder2017-03-091-0/+2
|
* Use env vars not shell funcs for vim checkTom Ryder2017-03-094-19/+12
| | | | | | Set EDITOR and VISUAL appropriately based on what's on the system. We can't assume ed(1) unfortunately, but ex(1) should be there.
* Update submodulesTom Ryder2017-03-091-0/+0
|
* More accurate description of default targetTom Ryder2017-03-081-4/+17
|
* Fix wro(1df) man page synopsis formattingTom Ryder2017-03-081-1/+5
|
* Update submodulesTom Ryder2017-03-081-0/+0
|
* Remove leading spaces before colons in MakefileTom Ryder2017-02-281-70/+70
|
* Use just = rather than := in MakefileTom Ryder2017-02-281-8/+8
|
* Add plenv scriptsTom Ryder2017-02-262-0/+22
| | | | | Probably worthwhile given I use it on several systems and it's not expensive to check whether it exists.
* Remove error-prone git-add(1) completionTom Ryder2017-02-262-25/+0
| | | | Just files and directories will do fine
* Make traditional PGP decoding work againTom Ryder2017-02-251-0/+3
|
* Switch from xbindkeys to sxhkdTom Ryder2017-02-257-52/+49
| | | | Smaller, easier
* Add basic ex/vi settingsTom Ryder2017-02-253-3/+14
| | | | These are POSIX
* Appease ShellCheck on osc(1df)Tom Ryder2017-02-251-2/+3
|
* Add an issueTom Ryder2017-02-251-0/+3
|
* Remove double-spacingTom Ryder2017-02-241-5/+5
|
* Remove a lie from the READMETom Ryder2017-02-241-3/+3
| | | | The `install-terminfo` target is not part of the default `install`