aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Make diff default even more conservativeTom Ryder2016-12-191-3/+3
|
* Only add -u to diff() call if more than two argsTom Ryder2016-12-191-1/+13
|
* Remove lhn()Tom Ryder2016-12-192-14/+0
| | | | Not portable, and I never use it anyway
* Request version with "ver" shortcut not promptTom Ryder2016-12-194-12/+14
|
* Use -e test to be consistentTom Ryder2016-12-191-1/+1
|
* Inline a file exist-source testTom Ryder2016-12-191-3/+1
|
* Remove TMUX SHLVL crap from zsh configTom Ryder2016-12-191-7/+0
|
* Don't use /bin/shTom Ryder2016-12-191-2/+2
| | | | It sets $SHELL for me inappropriately
* OK, I'm pretty sure this is the reight arrangementTom Ryder2016-12-191-1/+5
|
* Keep trying ...Tom Ryder2016-12-191-6/+1
|
* Restore half-fix and noteTom Ryder2016-12-191-0/+5
|
* Nope; still wrong. Giving up for nowTom Ryder2016-12-191-1/+1
|
* Here's the answer; unset SHLVL in default-commandTom Ryder2016-12-191-6/+1
|
* Backtrack again on SHLVL messTom Ryder2016-12-191-4/+2
| | | | | Going to have to figure out some other approach. I guess there's a fork-and-exec going on here or something.
* Set default-shell to /bin/sh in tmux.confTom Ryder2016-12-191-0/+4
|
* Attempt a much saner approach to managing SHLVLTom Ryder2016-12-196-22/+13
|
* Defer kshrc loading until after shrc all loadedTom Ryder2016-12-182-5/+5
|