aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
Commit message (Collapse)AuthorAgeFilesLines
* Add a start for configuration for less(1)Tom Ryder2016-08-241-0/+1
| | | | I suspect I'll mostly be turning stuff I don't like off
* Remove an untruth from READMETom Ryder2016-08-241-4/+2
|
* Fix up ?d() functionsTom Ryder2016-08-231-2/+3
| | | | | | Count arguments in right places; return 2 on usage errors where possible; minimise subshell activity; move directory replacement functionality to its own function `rd()` rather than overloading `cd`.
* Update README to reflect new prompt behaviourTom Ryder2016-08-231-5/+8
|
* Elaborate a bit on default shellTom Ryder2016-08-221-2/+4
|
* Submodules should no longer be a problemTom Ryder2016-08-221-4/+2
|
* Reformat paragraphTom Ryder2016-08-221-4/+3
|
* Remove tic(1) from default target requirementsTom Ryder2016-08-221-1/+1
|
* Format $BROWSER mentionTom Ryder2016-08-221-2/+2
|
* Correct some EnglandTom Ryder2016-08-211-1/+1
|
* Update description of keychain()Tom Ryder2016-08-211-1/+1
|
* Remove some overkill documentationTom Ryder2016-08-211-4/+1
|
* 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