aboutsummaryrefslogtreecommitdiff
path: root/bash
Commit message (Collapse)AuthorAgeFilesLines
* Handle null arguments to cdTom Ryder2013-05-261-1/+3
|
* Emulate zsh dir replacement featureTom Ryder2013-05-261-0/+9
|
* Explicit env variable exportsTom Ryder2013-05-261-3/+3
|
* More intelligent PATH calculationTom Ryder2013-05-261-13/+13
|
* Use utf-8 linedrawing for tree(1)Tom Ryder2013-03-111-0/+3
|
* Turns out this is unnecessaryTom Ryder2013-03-111-3/+0
|
* Handling this with keychain nowTom Ryder2013-03-111-3/+0
|
* Found a better way to fix thisTom Ryder2013-03-101-3/+0
|
* Make pass ignore DISPLAYTom Ryder2013-03-101-0/+3
| | | | I don't like the popup
* Trialling no terminal renaming escape codesTom Ryder2013-03-031-5/+0
| | | | | I've always used these so I wonder if I only think they're useful -- I seem to spend a lot of time renaming windows
* Different phrase to search forTom Ryder2012-10-161-1/+1
|
* Default to detaching other sessionsTom Ryder2012-10-021-1/+1
|
* Better prompt bell implementationTom Ryder2012-09-251-7/+2
|
* Gonna start using alerts more sensiblyTom Ryder2012-09-241-3/+3
|
* Remove alert on promptTom Ryder2012-09-141-1/+1
| | | | Will call alert explicitly or use it for more notable events
* Let's be thoroughTom Ryder2012-09-141-1/+1
|
* Generate alerts for window managerTom Ryder2012-09-141-1/+6
|
* Restore title hacksTom Ryder2012-08-201-0/+2
|
* Don't bother with xterm titlesTom Ryder2012-08-191-1/+0
|
* Start doing terminals properlyTom Ryder2012-08-191-14/+0
|
* Never used any other kind of diff.Tom Ryder2012-08-181-0/+3
|
* Changed case of test string inappropriatelyTom Ryder2012-08-181-1/+1
| | | | | This is part of the output that I'm searching, not a variable call as my dumb find/replace assumed.
* Mistyped option nameTom Ryder2012-08-171-1/+1
|
* Use brace expansion for grep ignoresTom Ryder2012-08-171-6/+2
|
* I never want to grep binariesTom Ryder2012-08-171-1/+1
|
* Whoops, wrong binary tested for option presenceTom Ryder2012-08-171-1/+1
|
* Turns out using uppercase vars is bad practiceTom Ryder2012-08-171-58/+58
| | | | And I think I like this way better anyway
* Clarify editor selectionTom Ryder2012-08-171-1/+1
|
* Only set PAGER if a good one existsTom Ryder2012-08-171-3/+3
|
* Don't need this hack anymoreTom Ryder2012-08-171-3/+0
|
* Has to be set to a non-zero value to workTom Ryder2012-08-171-1/+1
| | | | <http://lists.gnu.org/archive/html/bug-bash/2009-02/msg00126.html>
* Explicitly set VISUAL and PAGERTom Ryder2012-08-161-0/+4
|
* Set a few more optionsTom Ryder2012-08-161-0/+12
|
* Attach rather than create tmux sessionsTom Ryder2012-08-011-0/+9
| | | | When called with no arguments
* Add references to GPG keyTom Ryder2012-07-311-0/+3
|
* Prevent gdb from spitting its banner and licenseTom Ryder2012-07-251-0/+3
| | | | | Gets irritating after a while; much nicer to just type 'gdb' and get a prompt straight off.
* ex-style prompt for edTom Ryder2012-07-021-1/+1
|
* Make final call into expected successTom Ryder2012-06-221-3/+3
| | | | | | The last command run should be something that I always expect to work, because otherwise the prompt includes an error code every time I log in if there isn't a local .bashrc file, which is the case on most of my servers.
* Source local bashrc fileTom Ryder2012-06-211-0/+3
|
* More portable wc -l with sedTom Ryder2012-06-211-1/+1
|
* Correct errorTom Ryder2012-06-211-1/+1
|
* Refactor prompt into one functionTom Ryder2012-06-211-88/+90
|
* Put everything including paths stuff in .bashrc.Tom Ryder2012-06-192-20/+20
| | | | | | Heresy, I know, but I'm sick of dealing with the distinction between login shells and non-login shells, particularly as far as my $PATH is concerned.
* Add functions to enable/disable promptTom Ryder2012-06-191-42/+56
|
* Alias for edTom Ryder2012-06-171-0/+3
|
* Nah.Tom Ryder2012-06-151-4/+1
|
* Alert me if ahead of masterTom Ryder2012-06-151-1/+4
|
* Return values for VCS promptsTom Ryder2012-06-111-3/+3
|
* Misc syntax/grammar correctionsTom Ryder2012-06-112-3/+3
|
* Fix overloading init scriptsTom Ryder2012-06-112-2/+12
|