aboutsummaryrefslogtreecommitdiff
path: root/bash
Commit message (Expand)AuthorAgeFilesLines
* Add an alias for rcsdiff(1) formattingTom Ryder2014-03-011-0/+2
* Remove two aliases that I just don't useTom Ryder2014-03-011-5/+0
* Add man page suffix to program name in commentTom Ryder2014-03-011-1/+1
* vis function makes scripts executable if possibleTom Ryder2014-02-211-0/+3
* Don't print bc(1) welcome messageTom Ryder2014-02-201-0/+3
* Don't break up short linesTom Ryder2014-02-192-10/+5
* Avoid ambiguous conditional syntaxTom Ryder2014-02-192-5/+15
* Don't print error messages for old BashTom Ryder2014-02-192-8/+2
* Remove unneeded ${...} wraps around array derefsTom Ryder2014-02-193-3/+3
* Simplify/clarify history settingsTom Ryder2014-02-191-9/+5
* No longer needed due to curlrcTom Ryder2014-02-181-6/+0
* Add handy cURL functionTom Ryder2014-02-181-0/+6
* Use space before semicolon as command separatorTom Ryder2014-02-1018-89/+89
* Use explicit if for conditionTom Ryder2014-02-101-1/+3
* Remove some unneeded semicolonsTom Ryder2014-02-101-3/+3
* Not sure why I ever set TTYTom Ryder2014-02-101-3/+2
* Explicitly check extension of .d filesTom Ryder2014-02-101-1/+1
* Use -r test consistently rather than -fTom Ryder2014-02-102-2/+2
* Always use -H switch for sudo(8)Tom Ryder2014-02-101-0/+3
* Declare vars as integers in promptTom Ryder2014-02-051-5/+8
* Reset three vars in one goTom Ryder2014-02-051-3/+1
* Declare ret as an integerTom Ryder2014-02-051-1/+1
* Unset PROMPT_DIRTRIM and ret for old promptTom Ryder2014-02-051-0/+2
* Move LSCOLORS export into profileTom Ryder2014-02-051-5/+0
* Basic branch/tag completion for git(1)Tom Ryder2014-02-041-0/+39
* Wrap scp with function to check for colonTom Ryder2014-01-091-0/+9
* Use typed printf pattern in ca.bashTom Ryder2013-12-311-1/+1
* Add function to count argumentsTom Ryder2013-12-301-0/+5
* Detach session on attaching by defaultTom Ryder2013-12-211-1/+1
* Change null-arguments check for tmux funcTom Ryder2013-12-211-2/+2
* Add another pattern to nobatchTom Ryder2013-12-111-1/+1
* Stop ``--batch'' breaking things for GnuPGTom Ryder2013-12-111-0/+12
* Better error conditionsTom Ryder2013-12-111-1/+11
* Got my logic backwards; UNSET optionsTom Ryder2013-12-111-2/+2
* Error message if not a directoryTom Ryder2013-12-111-3/+8
* Simpler output in the style of du(1)Tom Ryder2013-12-111-1/+1
* Little function to count filesTom Ryder2013-12-111-0/+25
* Correct misleading commentTom Ryder2013-12-061-1/+1
* Add completion for prompt commandTom Ryder2013-12-061-0/+3
* Today has just not been my dayTom Ryder2013-11-041-3/+3
* Forgot to stop using absolute paramsTom Ryder2013-11-041-3/+4
* More general approach to options for cd wrapperTom Ryder2013-11-041-6/+11
* Bash 2.0 compatible syntax; type -P is newTom Ryder2013-11-041-1/+2
* Wrote a function called 'vis' for editing scriptsTom Ryder2013-11-041-0/+33
* Fix newline error in cd error printTom Ryder2013-10-311-1/+1
* Correct error in commentTom Ryder2013-10-251-1/+1
* Replace Vim functions with simple aliasesTom Ryder2013-10-231-9/+3
* Remove double-up testTom Ryder2013-10-231-2/+2
* Refine completions with builtin compspecsTom Ryder2013-10-211-12/+32
* Do tell me about mail if I'm likely to careTom Ryder2013-10-211-2/+6