aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d
Commit message (Expand)AuthorAgeFilesLines
* Missing word as possible completionTom Ryder2015-06-051-1/+1
* Thorough completion for pathTom Ryder2015-06-051-1/+45
* Don't print empty line for empty PATHTom Ryder2015-06-051-1/+3
* Don't allow dirs with : in nameTom Ryder2015-06-051-0/+10
* Remove redundant arg checkTom Ryder2015-06-051-2/+2
* Couple of minor tweaks to path()Tom Ryder2015-06-051-1/+1
* Add path() functionTom Ryder2015-06-051-0/+158
* Use consistent [[ syntaxTom Ryder2015-06-047-13/+13
* Correct argument test in bd() and prompt()Tom Ryder2015-06-042-2/+2
* Support -p option to varedTom Ryder2015-06-041-1/+16
* Remove unneeded quotingTom Ryder2015-06-042-2/+2
* Handle empty pass(1) completes betterTom Ryder2015-06-041-4/+4
* Add vared function for editing varsTom Ryder2015-06-031-0/+19
* Handle empty password dirsTom Ryder2015-06-021-2/+3
* Better variable nameTom Ryder2015-05-312-4/+4
* Use name of binary for GnuPG funcsTom Ryder2015-05-311-0/+0
* Remove unneeded command prefixesTom Ryder2015-05-311-3/+3
* Avoid condition definition of functionsTom Ryder2015-05-313-32/+41
* Consistent color count methodTom Ryder2015-05-312-3/+7
* Force integer type on color checkTom Ryder2015-05-311-1/+1
* Translate remaining aliases to functionsTom Ryder2015-05-317-18/+34
* Use temp var for $* testsTom Ryder2015-05-312-2/+4
* Safer version number testTom Ryder2015-05-301-1/+1
* Overhaul grep(1) and ls(1) options and wrappersTom Ryder2015-05-302-64/+24
* Ignore tput(1) stderrTom Ryder2015-05-302-2/+2
* A few safety fixes to pass completionTom Ryder2015-05-291-5/+12
* Use custom function for pass(1) completionTom Ryder2015-05-291-46/+30
* Just found rem(1), don't need this nowTom Ryder2015-05-291-5/+0
* Exit with 2 on usage errors like Bash builtinsTom Ryder2015-05-295-6/+6
* Add missing error exit conditions to vr()Tom Ryder2015-05-291-3/+3
* Add ud() function as cd ../../../.. shortcutTom Ryder2015-05-291-0/+41
* vr func for moving to VCS rootTom Ryder2015-05-111-0/+57
* Remove superfluous null checkTom Ryder2015-05-031-1/+1
* Use FUNCNAME rather than hardcoding helper funcsTom Ryder2015-04-296-9/+18
* Only print line if at least one argTom Ryder2015-04-291-1/+3
* Whoops, didn't mean to delete itTom Ryder2015-04-161-0/+9
* Move scp wrapper into its own fileTom Ryder2015-04-021-9/+0
* Complete cf function with dir namesTom Ryder2015-03-251-0/+1
* Include system-wide ssh config in completionTom Ryder2015-03-251-12/+10
* Change if-elseif chain to a switch-caseTom Ryder2015-03-251-20/+27
* Allow supplying pattern string to scrTom Ryder2015-03-191-2/+8
* Simplify a few default value settingsTom Ryder2015-03-123-11/+3
* Move mkcp shell function into correct dirTom Ryder2015-03-111-0/+5
* Local func var, simpler conditionalTom Ryder2015-03-101-16/+15
* Handle default case correctlyTom Ryder2015-03-101-1/+1
* Define pd function (parent directory)Tom Ryder2015-03-101-0/+46
* Try to use ed -vTom Ryder2014-12-051-2/+6
* Function to print all arguments one per lineTom Ryder2014-11-211-0/+5
* remind(1) wrapper for default filenameTom Ryder2014-11-141-0/+9
* Remove unnecessary null COMPREPLY assignsTom Ryder2014-11-135-6/+0