aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
Commit message (Collapse)AuthorAgeFilesLines
* Add note about dynamic completionsTom Ryder2016-08-211-1/+3
|
* Add la(), ll()Tom Ryder2016-08-211-0/+2
|
* Add some upstream checking to Git promptTom Ryder2016-08-211-4/+4
| | | | Also add some comments to be a bit less cryptic
* Update to new shell script policyTom Ryder2016-08-211-6/+5
|
* Port path() to POSIX shTom Ryder2016-08-201-1/+1
| | | | That was a lot easier than I thought
* Port fnl() to POSIX sh script fnl(1)Tom Ryder2016-08-201-2/+2
| | | | | No real compelling reason to make it a shell function in the first place.
* Remove readv() and readz()Tom Ryder2016-08-201-2/+0
| | | | Neither are terribly useful
* Port vr(1) to POSIX shTom Ryder2016-08-201-2/+2
|
* Port lhn() to POSIX shTom Ryder2016-08-201-1/+2
|
* Move grep() and ls() to POSIX funcs sectionTom Ryder2016-08-201-6/+6
|
* Port sd() to POSIX shTom Ryder2016-08-201-1/+1
|
* Port pd() to POSIX shTom Ryder2016-08-201-1/+1
|
* Move bd() from Bash func section in READMETom Ryder2016-08-201-1/+1
|
* Port ud() to POSIX shTom Ryder2016-08-201-1/+1
|
* Add sshi(1)Tom Ryder2016-08-201-0/+1
|
* Port all bash_profile.d scripts to POSIX shTom Ryder2016-08-201-5/+4
| | | | | Also require flag files in ~/.welcome for displaying or not displaying login stuff
* Translate apf(1) to POSIX shTom Ryder2016-08-191-1/+1
| | | | | | | | | | | We lose the ability to include newlines in options, but probably a pretty good tradeoff, especially since it makes the *rc files hand-editable in theory. Also add skipping comments and blank lines. Update ISSUES.markdown. There are two more Bash scripts left; one of them, han(1), does actually require Bash, though.
* Change cd() into POSIX shell scriptTom Ryder2016-08-191-2/+2
|
* Add lhn()Tom Ryder2016-08-181-0/+1
|
* Sort the output of env(1) if no argumentsTom Ryder2016-08-181-0/+3
|
* Do away with dircolors and LS_COLORSTom Ryder2016-08-181-2/+0
| | | | | | | The default colors are just fine; I want to be able to distinguish directories, devices, links, and executable files, and those all appear to be configured by default. The giant environment variable is too annoying for too little benefit.
* Add note about ZshTom Ryder2016-08-181-0/+5
|
* Move completion section below function sectionTom Ryder2016-08-171-22/+22
|
* Update README to reflect change of shell funcsTom Ryder2016-08-171-10/+43
|
* Rename "test" targets to "check"Tom Ryder2016-08-161-3/+4
| | | | Mostly to make way for an actual test suite beyond mere syntax checking
* Change Zsh URL to HTTPS versionTom Ryder2016-08-161-1/+1
|
* Don't use git: prompt prefix if PROMPT_VCS unsetTom Ryder2016-08-151-5/+6
| | | | | All of my personal stuff is in Git, so this is only really applicable at work
* Remove square brackets around promptTom Ryder2016-08-151-4/+4
| | | | Just noise
* Add dmp(1)Tom Ryder2016-08-141-0/+1
|
* Recategorise some scripts in READMETom Ryder2016-08-141-11/+12
|
* Add sd2u(1) and su2d(1)Tom Ryder2016-08-141-0/+3
|
* Add tentative enhancements to br(1)Tom Ryder2016-08-141-1/+2
|
* Add urlh(1) and urlmt(1)Tom Ryder2016-08-141-1/+5
|
* Fix typoTom Ryder2016-08-141-1/+1
|
* Add unf(1)Tom Ryder2016-08-141-0/+2
|
* Add br(1)Tom Ryder2016-08-131-0/+1
|
* Explain pdksh policy more thoroughlyTom Ryder2016-08-101-2/+3
|
* Revert to plain HTTP version of pdksh linkTom Ryder2016-08-101-1/+1
| | | | The HTTPS one is throwing 403 Forbidden now
* Remove Mercurial support from Bash promptTom Ryder2016-08-101-2/+2
| | | | | | Since Vim and Fanboy's list both moved to Git, I have no reason to use it anymore. Also added a note explaining why I've left the SVN stuff in there (I don't like SVN, but I do need to use it for work)
* Add note about pdksh to READMETom Ryder2016-08-091-0/+6
|
* Rename myb(1) back to maybe(1)Tom Ryder2016-08-091-1/+1
| | | | Changed my mind again
* Merge branch 'pdksh'Tom Ryder2016-08-091-0/+2
|\
| * Adjust README wrappingTom Ryder2016-08-091-2/+2
| |
| * Starting an attempt at pdksh configurationTom Ryder2016-08-061-0/+2
| | | | | | | | Not really sure how I'll approach this yet.
* | Add () suffix to function namesTom Ryder2016-08-091-12/+12
| |
* | Add trailing full stops to READMETom Ryder2016-08-091-13/+13
| |
* | Fix a typoTom Ryder2016-08-091-1/+1
| |
* | Add acq(6)Tom Ryder2016-08-081-0/+1
| |
* | Add motd(1)Tom Ryder2016-08-081-0/+1
| |
* | Add stex(1)Tom Ryder2016-08-081-0/+1
| |