aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Change tack; force ENV if the file existsTom Ryder2016-12-183-10/+2
|
* Change syntax of ksh prompt func declarationTom Ryder2016-12-181-1/+1
| | | | | | Turns out that `typeset` only makes a variable local if the function was declared with this syntax. This actually makes a fair bit of sense if I think about it. Wouldn't do this in Bash though.
* Add an issueTom Ryder2016-12-181-0/+2
|
* Undo strange default for login ksh93 ENVTom Ryder2016-12-182-0/+8
| | | | I haven't yet figured out why it does this
* Remove reserved wordTom Ryder2016-12-181-2/+2
|
*-. Merge branches 'freebsd' and 'openbsd'Tom Ryder2016-12-170-0/+0
|\ \
| | * Merge branch 'master' into openbsdTom Ryder2016-12-1729-160/+171
| | |\ | |_|/ |/| |
* | | Still improving ksh-guessing heuristicsTom Ryder2016-12-171-7/+14
| | |
* | | Move ksh.sh shim into ksh subdirTom Ryder2016-12-173-3/+4
| | | | | | | | | | | | | | | So it doesn't get installed on systems where I don't use ksh, since it's mostly not needed
* | | Improve accuracy of commentTom Ryder2016-12-171-1/+2
| | |
* | | Second try at compatible ksh testTom Ryder2016-12-171-6/+4
| | | | | | | | | | | | I guess this is my life now
* | | Improve ksh version test to catch ksh93s+Tom Ryder2016-12-171-1/+25
| | | | | | | | | | | | And hopefully all versions below
* | | Add a second version check to detect kshTom Ryder2016-12-171-1/+1
| | |
* | | Remove for loop from ksh prompt defTom Ryder2016-12-171-1/+3
| | | | | | | | | | | | mksh can't into it
* | | Move HOSTNAME call into shrcTom Ryder2016-12-172-3/+3
| | |
* | | Knock out $HOST from kshrcTom Ryder2016-12-172-3/+2
| | | | | | | | | | | | Not needed really
* | | Add SHLVL handling for kshTom Ryder2016-12-171-0/+8
| | | | | | | | | | | | Turns out ksh93 at least does actually do it
| * | Merge branch 'master' into freebsdTom Ryder2016-12-1728-165/+136
| |\ \ | |/ / |/| |
* | | Color Zsh prompt distinctivelyTom Ryder2016-12-172-1/+3
| | |
* | | Mention different ksh prompt colorTom Ryder2016-12-171-0/+3
| | |
* | | Resolve a few ksh version differencesTom Ryder2016-12-172-16/+24
| | |
* | | Correct a "local" to "typeset"Tom Ryder2016-12-171-1/+1
| | |
* | | Rename all pdksh stuff to kshTom Ryder2016-12-1710-39/+43
| | | | | | | | | | | | As part of a foray into more active use of ksh and derivatives.
* | | Resolve an issue with find(1) compatibilityTom Ryder2016-12-173-47/+21
| | |
* | | Add an issueTom Ryder2016-12-171-0/+2
| | |
* | | Add a missing line break to manual for rnds(1df)Tom Ryder2016-12-161-0/+1
| | |
* | | Remove xrbg(1)Tom Ryder2016-12-155-33/+3
| | | | | | | | | | | | Overkill given feh(1) has a --randomize
* | | Add command guards around .xinitrc.d subscriptsTom Ryder2016-12-158-4/+10
| | |
* | | Use .d directory for .xinitrc subscriptsTom Ryder2016-12-1511-32/+31
| | |
* | | Add an issue about fcTom Ryder2016-12-151-0/+2
| | |
| | |
| \ \
*-. \ \ Merge branches 'freebsd' and 'openbsd'Tom Ryder2016-12-140-0/+0
|\ \ \ \ | | |/ / | |/| / | | |/
| | * Merge branch 'master' into openbsdTom Ryder2016-12-1449-188/+577
| | |\ | |_|/ |/| |
| * | Merge branch 'master' into freebsdTom Ryder2016-12-1449-188/+577
| |\ \ | |/ / |/| / | |/
* | Add completion for ad()Tom Ryder2016-12-131-0/+2
| |
* | Add ad()Tom Ryder2016-12-132-0/+80
| |
* | Add strik(6df)Tom Ryder2016-12-125-2/+88
| |
* | Add correction to aesth(6df) man pageTom Ryder2016-12-121-3/+3
| |
* | Add some missing "local" callsTom Ryder2016-12-129-0/+11
| |
* | Make host variable local to functionTom Ryder2016-12-121-0/+1
| |
* | Remove .dat from text filename exclusionsTom Ryder2016-12-121-2/+2
| | | | | | | | | | The one instance I can find in my regularly worked files is status.dat in Nagios, which is a text file
* | Remove unused nwatch diff filetyperTom Ryder2016-12-111-4/+0
| |
* | Wrap sh autocmds in a group to be politeTom Ryder2016-12-111-23/+28
| |
* | Wrap b:is_ksh hack in an autocmdTom Ryder2016-12-111-3/+5
| | | | | | | | So that it actually runs at the right time ...
* | Use opening parens for case safety in subshellTom Ryder2016-12-112-10/+10
| |
* | Still untangling the shell highlighting messTom Ryder2016-12-113-12/+111
| |
* | Disable sh error syntax highlighting for nowTom Ryder2016-12-111-0/+5
| | | | | | | | | | Until I can figure out what's wrong with this syntax, or why the syntax highlighter thinks it's an error
* | Set buffer type (not global type) for sh properlyTom Ryder2016-12-112-6/+9
| |
* | Make POSIX default for shell more specificTom Ryder2016-12-111-2/+4
| |
* | Adjust shell type detection rulesTom Ryder2016-12-111-23/+9
| |
* | Reset most of my sh.vim customizationsTom Ryder2016-12-112-81/+0
| | | | | | | | | | | | There's been a lot of work done to sh.vim since these customisations were made, and I can't remember why I made some of them. I'll work without them for a while and reapply any of them if needed.