aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d
Commit message (Collapse)AuthorAgeFilesLines
* Use gpg options dump directly in completionTom Ryder2014-05-081-8/+3
| | | | Parsing it into an array is slow and a waste of time
* Check first word, not previous word, for git cmdTom Ryder2014-04-271-3/+3
|
* Use EDITOR in vis functionTom Ryder2014-04-141-1/+1
|
* Move vis function into its own fileTom Ryder2014-04-142-39/+39
|
* Require at least one argument to vis functionTom Ryder2014-04-081-1/+1
|
* bg completion only for stopped jobsTom Ryder2014-03-181-1/+2
|
* Don't force -H for sudo if -vTom Ryder2014-03-122-3/+9
|
* Fix stray commentTom Ryder2014-03-021-2/+0
|
* Basic target completion for make(1)Tom Ryder2014-03-021-0/+37
|
* 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
| | | | | | | * «ls -la» will work on any system, dotfiles or not, is only a few more letters, and is hardwired at this point * «sb» has essentiall the same effect as «exec bash», which again, already works everywhere
* 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
|
* Remove unneeded ${...} wraps around array derefsTom Ryder2014-02-192-2/+2
| | | | | Arrays can be dereferenced in arithmetic context, which I didn't realise until I actually tried it. This looks neater.
* 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-1015-76/+76
|
* Remove some unneeded semicolonsTom Ryder2014-02-101-3/+3
|
* Not sure why I ever set TTYTom Ryder2014-02-101-3/+2
|
* Use -r test consistently rather than -fTom Ryder2014-02-101-1/+1
| | | | Implicitly check whether file exists and is legible
* Always use -H switch for sudo(8)Tom Ryder2014-02-101-0/+3
| | | | | | If we're going to pretend to be someone else with sudo(8), that should include $HOME; prevents annoying mixed permissions in my home directory if nothing else
* 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
| | | | | dircolors(1) exports its LS_COLORS var, so it's pointless reloading it on every non-login shell
* 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
|