aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add host completion for some common toolsTom Ryder2017-01-285-0/+10
|
* Start using Bash host completionTom Ryder2017-01-282-2/+6
| | | | But use ~/.hosts if it's there
* Correct a typeset callTom Ryder2017-01-281-1/+1
|
* More generic Mutt configurationTom Ryder2017-01-287-61/+28
| | | | | Remove some person and system specific stuff, including my signature; nothing complex about that, after all.
* Add chn(1df)Tom Ryder2017-01-275-2/+120
|
* Add quo(1df)Tom Ryder2017-01-275-0/+28
|
* s/exit/return/ in ex-subshell funcTom Ryder2017-01-271-4/+4
|
* Extend "fallback" prompt a bitTom Ryder2017-01-274-3/+18
| | | | Include username/hostname if no SSH variables
* Update submodulesTom Ryder2017-01-271-0/+0
|
* Fixed prompt alignment hack for kshTom Ryder2017-01-261-3/+3
| | | | | | | The manual page for mksh hints that the escaped initial character should in fact be a carriage return, not a newline. That seems to work really well. The newline variable was an empty string before this commit anyway because it was stripped by the subshell expansion.
* Mention that csmw(1df) backticks wordsTom Ryder2017-01-261-1/+2
|
* Confirmed jobs weirdness still an issueTom Ryder2017-01-261-1/+0
| | | | | ~$ bash --version GNU bash, version 4.4.5(1)-release (x86_64-pc-linux-gnu)
* Use nicer mailbox creationTom Ryder2017-01-261-10/+6
|
* Create drafts directoryTom Ryder2017-01-261-0/+3
|
* Source local Mutt config at the end not the startTom Ryder2017-01-261-4/+3
|
* Add missing dependencyTom Ryder2017-01-261-1/+1
|
* Allow specifying GnuPG keyserverTom Ryder2017-01-262-2/+6
|
* Add ~/.mailrc configTom Ryder2017-01-265-2/+15
|
* Add an ideaTom Ryder2017-01-261-0/+1
|
* Create muttrc.local if it doesn't existTom Ryder2017-01-261-0/+1
|
* Allow specifying MAILDIR for make(1)Tom Ryder2017-01-262-7/+10
|
* Add "pop" and "shift" methods to path()Tom Ryder2017-01-253-2/+39
|
* Avoid a fork in options detectionTom Ryder2017-01-251-8/+9
|
* Add an issueTom Ryder2017-01-251-0/+3
|
* Ignore `unalias` failed call output in zshTom Ryder2017-01-251-2/+3
| | | | zsh 5.0.7 doesn't appear to implement -a for zsh, but 5.2 does
* Show prompt prefix if a shell is exoticTom Ryder2017-01-254-0/+29
| | | | | | | That is, include e.g. "ksh:" as a prefix to the prompt if the user appears to have Bash or Zsh (or anything else) as their login shell. This is probably imperfect, but it's a start.
* Move Zsh keybinding setup to after ENV sourcingTom Ryder2017-01-251-3/+3
|
* Clear away all aliases for interactive shellsTom Ryder2017-01-253-0/+15
| | | | | | | | | Some systems like OpenBSD or Slackware set up well-meaning aliases that I don't want. We do this for Bash, Yash, and Zsh, but not for Ksh, because it looks like its implementations all variously use aliases to implement some POSIX builtins like fc(1) or type(1) in terms of their own builtins.
* Be more specific in ref name trimmingTom Ryder2017-01-253-3/+3
| | | | | e.g. for a namespaced branch "foo/bar/bar", don't strip the leading part off
* Add an issueTom Ryder2017-01-251-0/+1
|
* Add some missing periodsTom Ryder2017-01-251-8/+8
|
* Revise custom tmux colouringTom Ryder2017-01-253-11/+9
|
* Add an issueTom Ryder2017-01-241-0/+2
|
* Remove SHLVL nested shell feature for nowTom Ryder2017-01-247-38/+8
| | | | | Causes a bit too much curliness in configuration; may need a more comprehensive approach.
* Work around trailing newlines in vr()Tom Ryder2017-01-231-3/+12
| | | | This is ugly, but a better fix isn't evident to me just now.
* Fix a comment typoTom Ryder2017-01-231-1/+1
|
* Use explicit { print } rather than implicit 1Tom Ryder2017-01-232-2/+2
|
* Swap pph(1df) sed(1) subst for awk(1) concatTom Ryder2017-01-231-2/+2
| | | | | Technically safer; regex metacharacters in the hostname (!) would break the sed.
* Change htref(1df) into proper source formatTom Ryder2017-01-233-1/+2
|
* No title bar for i3 windowsTom Ryder2017-01-211-0/+3
|
* Remove an irrelevant issueTom Ryder2017-01-211-4/+0
| | | | These settings were removed in 0ac0571.
* Add htref(1df)Tom Ryder2017-01-213-1/+25
|
* Revert "Color ed(1) prompt if possible"Tom Ryder2017-01-181-14/+2
| | | | This reverts commit ffd9d95b6adf5982448e1685a8c79c74b148cb00.
* Revert "Remove some quotes that confused OpenBSD"Tom Ryder2017-01-181-2/+2
| | | | This reverts commit f825245902048e324a3567e0967f21cc1fae5bd3.
* Remove some quotes that confused OpenBSDTom Ryder2017-01-181-2/+2
|
* Color ed(1) prompt if possibleTom Ryder2017-01-181-2/+14
|
* Remove executable bit from source scriptTom Ryder2017-01-161-0/+0
|
* Remove tabs settingsTom Ryder2017-01-161-5/+0
| | | | | `stty tab0` is not even in OpenBSD; these are way more trouble than they're worth.
* Add an issueTom Ryder2017-01-161-0/+4
|
* Add an ideaTom Ryder2017-01-161-0/+1
|