aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Move prompt resetting into its own fileTom Ryder2017-01-112-6/+5
|
* Unset some more stupid variablesTom Ryder2017-01-112-5/+4
|
* More cleaning crapTom Ryder2017-01-111-0/+3
|
* Unset stupid GNU options to grep(1)/ls(1)Tom Ryder2017-01-112-0/+6
|
* Work around systems that export PS1Tom Ryder2017-01-111-0/+6
| | | | So far I don't like SlackWare's shell setup very much at all
* Have ls() func undo aliases in its wayTom Ryder2017-01-112-2/+4
|
* Don't let OpenBSD alias `ls` in kshTom Ryder2017-01-111-0/+2
|
* Group single-letter ls(1) optsTom Ryder2017-01-111-8/+4
|
* Use POSIX-compatible versions of ls(1) optsTom Ryder2017-01-113-24/+14
|
* Add an ideaTom Ryder2017-01-111-0/+2
|
* Add xrq(1df)Tom Ryder2017-01-115-0/+48
|
* Change some return codes for dir marking funcsTom Ryder2017-01-103-3/+3
| | | | | The mark not being set isn't really a usage error for the function given.
* Move tmux() function to tm(1df)Tom Ryder2017-01-105-23/+34
| | | | No real reason for it to be a shell function
* Add safety left paren for subshell caseTom Ryder2017-01-101-11/+11
|
* Add stock Debian Zsh completionTom Ryder2017-01-101-0/+19
|
* Update submodulesTom Ryder2017-01-101-0/+0
|
* Add syntax detection for xresources subfilesTom Ryder2017-01-091-0/+6
|
* Much simpler LC_COLLATE approachTom Ryder2017-01-091-15/+4
|
* Force LC_COLLATE to a sane valueTom Ryder2017-01-091-0/+15
| | | | | | | | It always really annoys me when e.g. the leading dot or leading slash in pathnames or filenames gets ignored for the purposes of sorting. I may refine this later on but it seems like a good start for an approach.
* Remove resolved issueTom Ryder2017-01-081-1/+0
|
* Add a plain sh keybindingTom Ryder2017-01-081-1/+4
|
* Reset working dir and SHLVL for xbindkeysTom Ryder2017-01-081-1/+1
| | | | | Otherwise it starts terminals with SHLVL incremented or in whatever dir I ran x() in
* Add keys to fire up a ksh/zsh windowTom Ryder2017-01-081-0/+6
|
* Bind Ctrl-Alt-L to clear screen in BashTom Ryder2017-01-081-0/+3
| | | | | Two of the three ksh variants and zsh already do this. So, if you can't beat 'em...
* Adjust subshell logic in md()Tom Ryder2017-01-081-5/+8
|
* Remove misplaced \0 in completion funcTom Ryder2017-01-071-1/+1
|
* Improvements to path()Tom Ryder2017-01-071-16/+39
| | | | | | | | * Move common directory argument checking into helper function * Tolerate only one directory argument * Show subcommand in error output * Don't show help on failed commands, just suggest it * (Technicality) Fix trailing-newline lossage in subshell function
* Add two ideasTom Ryder2017-01-071-0/+2
|
* Update rfcf(1df) and rfcr(1df) idiomsTom Ryder2017-01-072-8/+10
|
* Tolerate C-M-l for clear window in kshTom Ryder2017-01-071-14/+3
| | | | | | | Already works in ksh93 and mksh. Trapping C-l in ksh93 interferes with the builtin SIGWINCH handling, clearing the screen every time the window resizes, and I can't find a good way to work around it. Probably best not to fight this.
*-----. Merge branches 'port/bsd/*'Tom Ryder2017-01-060-0/+0
|\ \ \ \
| | | | * Merge branch 'master' into port/bsd/openbsdTom Ryder2017-01-0670-138/+715
| | | | |\ | |_|_|_|/ |/| | | |
| | | | * Merge branch 'master' into port/bsd/openbsdTom Ryder2016-12-2812-7/+113
| | | | |\
| | | * | \ Merge branch 'master' into port/bsd/netbsdTom Ryder2017-01-0646-103/+418
| | | |\ \ \ | |_|_|/ / / |/| | | | |
| | | * | | Merge branch 'master' into port/bsd/netbsdTom Ryder2017-01-0239-56/+424
| | | |\ \ \
| | * | \ \ \ Merge branch 'master' into port/bsd/freebsdTom Ryder2017-01-061-4/+10
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Merge branch 'master' into port/bsd/dragonfly-bsdTom Ryder2017-01-0676-134/+817
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | 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
| | | | | |
* | | | | | Merge branch 'feat/ksh-bindings'Tom Ryder2017-01-061-0/+21
|\ \ \ \ \ \
| * | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | <http://unix.stackexchange.com/questions/272591/how-to-make-ctrl-l-to-clear-screen-in-ksh-under-red-hat-linux/272720#272720>
| * | | | | | Experimental/not-very-good-yet ksh bindingsTom Ryder2017-01-061-0/+34
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Just starting with what I know and seeing if I can make ^L work the same way it does in Bash. Once I understand this a bit better I intend to have a crack at writing some dynamic completion for ksh93.
* | | | | | Add "trackall" option to kshTom Ryder2017-01-061-0/+3
| | | | | |
* | | | | | Use `source` not `.` in zshrcTom Ryder2017-01-061-1/+1
| | | | | |
* | | | | | Add a couple of ksh optionsTom Ryder2017-01-061-1/+12
| | | | | |
* | | | | | Escape ! in jfp(1df) regex for clarityTom Ryder2017-01-061-1/+1
| | | | | |
* | | | | | Simplify pp(1df)Tom Ryder2017-01-062-9/+6
| | | | | |
* | | | | | Add pp(1df) and pph(1df)Tom Ryder2017-01-065-0/+54
| | | | | |