aboutsummaryrefslogtreecommitdiff
path: root/ksh
Commit message (Expand)AuthorAgeFilesLines
* Fix up a few cosmetic shell anti-patternsTom Ryder2019-03-292-4/+6
* Clarify control flow in shell scriptsTom Ryder2018-12-312-14/+30
* Break up some long linesTom Ryder2018-12-271-4/+4
* Two-space sentences in shell commentsTom Ryder2018-12-272-6/+6
* Remove unneeded semicolon from sh "for VAR ; do"Tom Ryder2018-12-061-1/+1
* Use consistent temp names for shell subfile varsTom Ryder2018-12-021-3/+3
* Stamp down three new ShellCheck 0.5.0 errorsTom Ryder2018-07-251-0/+1
* Break sh noglob guard into two lines for clarityTom Ryder2018-06-291-1/+2
* Inline some switch casesTom Ryder2017-06-271-3/+1
* Remove user@ prefix from promptTom Ryder2017-06-191-2/+2
* Allow setting a prompt mode for the shellTom Ryder2017-06-161-2/+2
* Remove Yash supportTom Ryder2017-05-241-1/+1
* Remove SC2154 ignore for $.sh from ksh startupTom Ryder2017-03-291-1/+0
* Don't re-set HISTSIZE in kshrcTom Ryder2017-02-171-1/+0
* Condense ENV_EXT hack, unset itTom Ryder2017-02-171-4/+1
* shellcheck suggested a more efficient assignmentTom Ryder2017-02-171-1/+1
* Correct a typeset callTom Ryder2017-01-281-1/+1
* Extend "fallback" prompt a bitTom Ryder2017-01-271-1/+4
* Fixed prompt alignment hack for kshTom Ryder2017-01-261-3/+3
* Show prompt prefix if a shell is exoticTom Ryder2017-01-251-0/+14
* Be more specific in ref name trimmingTom Ryder2017-01-251-1/+1
* Remove SHLVL nested shell feature for nowTom Ryder2017-01-241-8/+0
* Have ls() func undo aliases in its wayTom Ryder2017-01-111-2/+0
* Don't let OpenBSD alias `ls` in kshTom Ryder2017-01-111-0/+2
* Tolerate C-M-l for clear window in kshTom Ryder2017-01-071-14/+3
* Rename keyboard trap func less ambiguouslyTom Ryder2017-01-061-2/+2
* Add tab completion settings to kshTom Ryder2017-01-061-2/+8
* Appease ShellCheckTom Ryder2017-01-061-2/+3
* Found workable ^L bindings in all three kshesTom Ryder2017-01-061-8/+6
* Clean binding of ^L in ksh93 to clear screenTom Ryder2017-01-061-18/+7
* Experimental/not-very-good-yet ksh bindingsTom Ryder2017-01-061-0/+34
* Add "trackall" option to kshTom Ryder2017-01-061-0/+3
* Add a couple of ksh optionsTom Ryder2017-01-061-1/+12
* Remove unneeded typeset callTom Ryder2016-12-301-1/+0
* Deal with the kshes' varying treatment of ! in PS1Tom Ryder2016-12-281-2/+22
* Quiet a shellcheck errorTom Ryder2016-12-281-0/+1
* Change quoting mechanismTom Ryder2016-12-271-1/+1
* Fix an issueTom Ryder2016-12-271-1/+1
* Preserve job count quickly for kshTom Ryder2016-12-271-3/+1
* Tell ShellCheck to ignore an errorTom Ryder2016-12-271-0/+1
* Realised easy win avoiding subshellsTom Ryder2016-12-271-5/+1
* Put exit value of previous command in ksh PS1Tom Ryder2016-12-271-11/+7
* Use more compatible checkTom Ryder2016-12-221-1/+1
* Limit keep() to ksh93Tom Ryder2016-12-221-2/+9
* Use . not sourceTom Ryder2016-12-221-1/+1
* Fork keep() to kshTom Ryder2016-12-221-0/+152
* Use clearer logic for prompt color settingTom Ryder2016-12-211-8/+7
* Attempt at properly escaping non-printing charsTom Ryder2016-12-191-1/+6
* Block a well-intended shellcheck errorTom Ryder2016-12-191-0/+1
* Request version with "ver" shortcut not promptTom Ryder2016-12-192-12/+6