aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc
Commit message (Collapse)AuthorAgeFilesLines
...
* Safeguards to bail if Bash is just too oldTom Ryder2013-09-141-0/+5
|
* Don't limit history if using Bash >=4.3Tom Ryder2013-09-141-3/+8
| | | | <http://wiki.bash-hackers.org/scripting/bashchanges>
* Cloister options known not to work until 4.0Tom Ryder2013-09-141-31/+22
|
* Explicitly unset variablesTom Ryder2013-09-141-2/+2
|
* Handle empty .bashrc.d/.profile.d dirsTom Ryder2013-09-021-1/+1
|
* Hook prevents loading unwanted bash-completionTom Ryder2013-08-281-0/+3
| | | | This speeds up logins by a *lot*
* Move options into .bashrcTom Ryder2013-08-281-0/+38
| | | | | May be making use of some of these extra features in my completion scripts, so need to make sure they're loaded first
* Trying without bash-completion for a bitTom Ryder2013-08-281-4/+0
|
* Correct expected bash completion pathTom Ryder2013-08-281-2/+2
|
* 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
|