aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Correct a wordTom Ryder2016-12-261-1/+1
|
* Add some missing linebreaksTom Ryder2016-12-261-0/+2
|
*---. Merge branches 'port/bsd/*'Tom Ryder2016-12-260-0/+0
|\ \ \
| | | * Merge branch 'master' into port/bsd/openbsdTom Ryder2016-12-262-2/+2
| | | |\ | |_|_|/ |/| | |
| | * | Merge branch 'master' into port/bsd/netbsdTom Ryder2016-12-262-2/+2
| | |\ \ | |_|/ / |/| | |
| * | | Merge branch 'master' into port/bsd/freebsdTom Ryder2016-12-262-2/+2
| |\ \ \ | |/ / / |/| | |
* | | | Ignore stderr from manpath(1) checkTom Ryder2016-12-251-1/+1
| | | |
* | | | Don't save history for ed(1) rlwrapTom Ryder2016-12-241-1/+1
| | | |
| | | |
| \ \ \
*-. \ \ \ Merge branches 'freebsd' and 'openbsd'Tom Ryder2016-12-240-0/+0
|\ \ \ \ \ | | |/ / / | |/| / / | |_|/ / |/| | / | | |/
| | * Merge branch 'master' into openbsdTom Ryder2016-12-2417-70/+451
| | |\ | |_|/ |/| |
| * | Merge branch 'master' into freebsdTom Ryder2016-12-246-28/+171
| |\ \ | |/ / |/| |
* | | Change prompt character for ed(1) wrapperTom Ryder2016-12-221-2/+2
| | | | | | | | | | | | | | | | | | POSIX default prompt for ed(1) (after P command) is an asterisk rather than a colon. I suppose it makes sense to have a distinct character from the one used for ex(1).
* | | Remove Alt+T td(1df) bindingTom Ryder2016-12-221-2/+0
| | | | | | | | | | | | Alt+T isn't too burdensome to type
* | | Remove some unused keybindingsTom Ryder2016-12-221-4/+0
| | | | | | | | | | | | Alt+l's default behaviour of lowercasing a word is more useful than this
* | | Port keep() to zshTom Ryder2016-12-222-1/+149
| | | | | | | | | | | | *(N), *.zsh(N) is such a weird syntax
* | | Use more compatible checkTom Ryder2016-12-221-1/+1
| | |
* | | Merge two paragraphsTom Ryder2016-12-221-3/+1
| | |
* | | Fix a comment about prompt colourTom Ryder2016-12-221-4/+2
| | |
* | | Correct a list orderingTom Ryder2016-12-221-2/+2
| | |
* | | Change confusing sentenceTom Ryder2016-12-221-2/+1
| | |
* | | Not actually sure where this features in ZshTom Ryder2016-12-221-2/+1
| | |
* | | Improve documentation around extra shell funcsTom Ryder2016-12-221-8/+9
| | |
* | | Limit keep() to ksh93Tom Ryder2016-12-222-4/+9
| | | | | | | | | | | | | | | FreeBSD pdksh doesn't even have complete typeset -p output, nor printf %q, which I think makes this impractical.
* | | Add ver() function to READMETom Ryder2016-12-221-0/+1
|/ /
* | Use . not sourceTom Ryder2016-12-221-1/+1
| |
* | Fork keep() to kshTom Ryder2016-12-222-0/+154
| | | | | | | | Mostly works.
* | Use [!...] not [^...]Tom Ryder2016-12-221-1/+1
| | | | | | | | More portable
* | Add comment to vest(1df)Tom Ryder2016-12-221-0/+1
| |
* | Enforce args for vest(1df) and vex(1df)Tom Ryder2016-12-222-0/+8
| |
* | Add some aliases for irssiTom Ryder2016-12-221-0/+14
| |
* | Add vex(1df) and vest(1df)Tom Ryder2016-12-225-0/+55
| |
* | Fix printf argument mismatch bugsTom Ryder2016-12-213-3/+3
| | | | | | | | What did we do before ShellCheck?
* | Use clearer logic for prompt color settingTom Ryder2016-12-212-16/+14
| |
* | Correct shell breakdownTom Ryder2016-12-211-5/+4
| |
* | Not as heretical as I thought :(Tom Ryder2016-12-211-2/+1
| |
* | Exclude .doc from blacklisted extensionsTom Ryder2016-12-201-2/+3
| |
* | Accept all directory names for text completionTom Ryder2016-12-201-0/+6
| |
* | Return not continue in text filename completionTom Ryder2016-12-201-5/+5
| |
* | Add full stopTom Ryder2016-12-191-1/+1
| |
* | Clarify commonalityTom Ryder2016-12-191-1/+1
| |
* | Group shells under one itemTom Ryder2016-12-191-6/+5
| |
* | Attempt at properly escaping non-printing charsTom Ryder2016-12-191-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is supposed to be the equivalent of \[ \] in Bash PS1... >Note that since the command line editors try to figure out how long the >prompt is (so they know how far it is to edge of the screen), escape >codes in the prompt tend to mess things up. You can tell the shell not >to count certain sequences (such as escape codes) by prefixing your >prompt with a non-printing char- acter (such as control-A) followed by >a carriage return and then delimiting the escape codes with this >non-printing character. If you don't have any non-printing characters, >you're out of luck... BTW, don't blame me for this hack; it's in the >original ksh. <http://blog.0xpebbles.org/ksh-prompt-coloring-example>
* | Allow .gz completion for text fns, but not .tar.gzTom Ryder2016-12-191-3/+2
|/
* Add yashrc.d and ver() funcTom Ryder2016-12-193-1/+13
|
* Fix extension of zsh subfileTom Ryder2016-12-191-0/+0
|
* I solved this problem but haven't generalised itTom Ryder2016-12-191-2/+0
|
* Remove an issueTom Ryder2016-12-191-2/+0
| | | | This was fixed in edcbf2a
* Block a well-intended shellcheck errorTom Ryder2016-12-191-0/+1
|
* Move pwgen() wrapper into pwg(1df)Tom Ryder2016-12-194-8/+24
|
* Remove diff()/rcsdiff() function wrappersTom Ryder2016-12-193-22/+0
| | | | | More trouble than they're worth, and looking at my shell history it looks like I type out the -u all the time anyway