aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc
Commit message (Collapse)AuthorAgeFilesLines
...
* No need to test for stty/setterm existenceTom Ryder2013-08-251-6/+2
| | | | If they fail, they fail, and we don't care
* Better var names for subfile config sourcingTom Ryder2013-08-201-3/+3
|
* Fix a few variable contamination issuesTom Ryder2013-08-201-0/+1
|
* More conservative expansion for dotfile pathsTom Ryder2013-08-201-1/+1
|
* Turn off control character echo with sttyTom Ryder2013-08-201-2/+2
|
* Use better test for interactive shellTom Ryder2013-08-201-1/+1
|
* Remove unneeded quoting within [[ ]]Tom Ryder2013-08-201-2/+2
|
* Remove unnecessary variable bracing in .bashrcTom Ryder2013-08-191-2/+2
|
* More thorough quotingTom Ryder2013-08-051-3/+3
|
* Restore stderr redirection for command -vTom Ryder2013-08-021-2/+2
| | | | | Some older versions of Bash seem to spit out "not found" errors for command -v on stderr
* Explicitly check for setup command existenceTom Ryder2013-07-311-2/+6
|
* Stop ignoring error output from setup commandsTom Ryder2013-07-311-2/+2
|
* Use standard structure for if/for in shellTom Ryder2013-07-311-6/+8
| | | | | | | | | | | | | | | | | | | Mostly for clarity reasons; using this syntax: if [ condition ]; then commands fi As opposed to: if [ condition ] then commands fi Or: [ condition ] && command
* Dropped a newlineTom Ryder2013-07-211-0/+1
|
* Move Bash options into separate fileTom Ryder2013-07-211-38/+0
|
* Move aliases into separate fileTom Ryder2013-07-201-15/+0
|
* Ignore error messages from mailwarn optionTom Ryder2013-07-181-1/+1
|
* Tidier layout, start using .bash_profile againTom Ryder2013-07-121-1/+1
| | | | Shouldn't refer to Bash stuff in Bourne shell profile
* Somehow misplaced my "shut up mail" rulesTom Ryder2013-06-251-0/+4
|
* Massive overhaul of structure for Bash filesTom Ryder2013-06-201-178/+36
| | | | | | | | | | | * No longer using .bash_logout * No longer using .bash_profile, using POSIX-compliant .profile * instead; in particular, moved most of environment settings into .profile * Moved some of the separable functionality of both .profile and .bashrc into subdirectories (some scripts shared, some not) * Tidied implementation of ls/grep aliases * Updated install script to reflect all of the above
* Set up my environment vars correctlyTom Ryder2013-06-191-29/+0
|
* 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
|