aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Don't fast-forward my mergesTom Ryder2016-08-101-0/+3
| | | | | | <http://stackoverflow.com/a/6810687> I'll rebase if I do want this.
* Merge branch 'freebsd'Tom Ryder2016-08-100-0/+0
|\
| * Merge branch 'master' into freebsdTom Ryder2016-08-104-43/+6
| |\
* | \ Merge branch 'openbsd'Tom Ryder2016-08-106-32/+35
|\ \ \ | |_|/ |/| |
| * | Merge branch 'master' into openbsdTom Ryder2016-08-104-43/+6
| |\ \ | |/ / |/| |
* | | Correct minor inaccuracy in slsf(1) man pageTom Ryder2016-08-101-2/+2
| | |
* | | Revert to plain HTTP version of pdksh linkTom Ryder2016-08-101-1/+1
| | | | | | | | | | | | The HTTPS one is throwing 403 Forbidden now
* | | Remove "hg" from possible completions for prompt()Tom Ryder2016-08-101-1/+1
| | |
* | | Remove Mercurial support from Bash promptTom Ryder2016-08-102-39/+2
| | | | | | | | | | | | | | | | | | Since Vim and Fanboy's list both moved to Git, I have no reason to use it anymore. Also added a note explaining why I've left the SVN stuff in there (I don't like SVN, but I do need to use it for work)
| * | Name/point pdksh files specificallyTom Ryder2016-08-106-28/+30
| |/ | | | | | | | | This frees up space to implement actual ksh88/ksh93 files specifically in future, as pdksh's feature set differs considerably
| * Limit prompt setup to OpenBSD pdkshTom Ryder2016-08-092-3/+3
| | | | | | | | FreeBSD's one doesn't seem to support \u \w etc at all
| * Tolerate missing tic(1) at least for nowTom Ryder2016-08-091-0/+1
| | | | | | | | FreeBSD uses termcap(5)
| * Adjust color for pdksh promptTom Ryder2016-08-091-1/+1
|/
* Improve commenting/exit handling in binscriptsTom Ryder2016-08-0928-30/+287
|
* Mention nosls/sls flags in slsf(1) man pageTom Ryder2016-08-091-0/+10
|
* Change jfcd(1) to POSIX shTom Ryder2016-08-091-6/+3
|
* Add note about pdksh to READMETom Ryder2016-08-091-0/+6
|
* Add another comment on an issueTom Ryder2016-08-091-0/+9
|
* Add comment on an issueTom Ryder2016-08-091-0/+1
|
* Rename myb(1) back to maybe(1)Tom Ryder2016-08-094-12/+12
| | | | Changed my mind again
* Add issue grizzling about pandoc(1)Tom Ryder2016-08-091-0/+3
|
* Add some notes about ENV for BashTom Ryder2016-08-091-1/+4
|
* Remove double-up install-bash targetTom Ryder2016-08-091-11/+0
|
* Rename ksh.sh profile.d subscript to env.shTom Ryder2016-08-091-0/+0
| | | | To accommodate the possibility of other shells needing to set it
* Set ENV appropriately if using kshTom Ryder2016-08-091-0/+5
| | | | It may end up being better to have a file "env.sh".
* Merge branch 'pdksh'Tom Ryder2016-08-095-0/+149
|\
| * Adjust README wrappingTom Ryder2016-08-091-2/+2
| |
| * Remove call to `prompt ret` from pdksh PS1Tom Ryder2016-08-091-1/+0
| |
| * Add kshrc.d/* sourcing to kshrcTom Ryder2016-08-091-0/+7
| |
| * Use sed(1) to count jobsTom Ryder2016-08-091-3/+1
| | | | | | | | | | pdksh doesn't have <(process substitution). Ideally all of these functions will only use shell builtins, but sed will do OK for now.
| * Use blue prompt for pdkshTom Ryder2016-08-091-2/+2
| | | | | | | | Nice quick way to distinguish which shell I'm using
| * Remove PROMPT_RETURN from pdksh promptTom Ryder2016-08-091-11/+0
| | | | | | | | | | | | Realised that the absence of PROMPT_COMMAND in pdksh makes the strategy used for this impossible; will have to figure out something else. Hopefully I will not have to resort to putting it into a file.
| * Remove bash-specific $FUNCNAME from pdksh promptTom Ryder2016-08-091-1/+1
| | | | | | | | | | I can't find any equivalent in the pdksh manual; a fixed string will be fine for now.
| * Change "local" to "typeset" for ksh promptTom Ryder2016-08-091-4/+4
| |
| * Make prompt printing call pdksh-compatibleTom Ryder2016-08-091-1/+1
| | | | | | | | | | I don't think pdksh has a `declare -p (varname)` syntax from what I can tell. typeset -p prints all the variables though.
| * Make declaration of PROMPT_RETURN pdksh-compatibleTom Ryder2016-08-091-2/+2
| |
| * Remove Bash-specific PROMPT_COMMANDTom Ryder2016-08-091-4/+1
| |
| * Remove bash-specific stuff from PS4Tom Ryder2016-08-091-1/+1
| |
| * Remove bash-specific PROMPT_DIRTRIMTom Ryder2016-08-091-6/+1
| |
| * Remove VCS display from prompt for nowTom Ryder2016-08-091-159/+0
| | | | | | | | | | Requires porting; one major obstacle is the lack of a -d option for the read command, but this may not even be needed.
| * Copy prompt.bash to kshrc.dTom Ryder2016-08-091-0/+284
| | | | | | | | Not ported yet
| * Add kshrc.d directoryTom Ryder2016-08-091-0/+14
| |
| * Add bash-style prompt to pdkshTom Ryder2016-08-061-0/+3
| | | | | | | | Let's start with what we know
| * Starting an attempt at pdksh configurationTom Ryder2016-08-064-0/+22
| | | | | | | | Not really sure how I'll approach this yet.
* | Add () suffix to function namesTom Ryder2016-08-091-12/+12
| |
* | Add trailing full stops to READMETom Ryder2016-08-091-13/+13
| |
* | Fix a typoTom Ryder2016-08-091-1/+1
| |
* | Remove accidentally-committed built acq(6)Tom Ryder2016-08-082-3/+1
| |
* | Prevent sed sources from getting installedTom Ryder2016-08-081-1/+6
| |
* | Add acq(6)Tom Ryder2016-08-085-1/+30
| |