aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Switched window managers from awesome to i3Tom Ryder2013-09-147-370/+133
| | | | No hard feelings, awesome
* Add trailing newline to .xessionrcTom Ryder2013-09-141-0/+1
|
* Changed my mindTom Ryder2013-09-141-3/+0
|
* Print Bash version in color at prompt onTom Ryder2013-09-142-3/+3
|
* Need to massage version information with PETom Ryder2013-09-141-1/+2
|
* Print Bash version on login shellsTom Ryder2013-09-141-0/+3
|
* Turn off direxpand, never used it anywayTom Ryder2013-09-141-2/+0
|
* Elaborate on versioning policyTom Ryder2013-09-141-0/+4
|
* Technical correction about version historyTom Ryder2013-09-141-3/+3
|
* Safeguards to bail if Bash is just too oldTom Ryder2013-09-142-0/+10
|
* Don't limit history if using Bash >=4.3Tom Ryder2013-09-141-3/+8
| | | | <http://wiki.bash-hackers.org/scripting/bashchanges>
* Use PROMPT_DIRTRIM if availableTom Ryder2013-09-141-0/+5
|
* Unset PROMPT_COMMAND rather than blanking itTom Ryder2013-09-141-1/+1
|
* Cloister options known not to work until 4.0Tom Ryder2013-09-141-31/+22
|
* Restrict output of jobs builtin for count to PIDsTom Ryder2013-09-141-1/+1
|
* Explicitly unset variablesTom Ryder2013-09-141-2/+2
|
* Use tidier default system for tmux functionTom Ryder2013-09-141-8/+6
|
* Add ''ll'' alias for ''ls -al''Tom Ryder2013-09-111-0/+3
|
* Neglected to quote variable list for tmuxTom Ryder2013-09-101-1/+1
|
* Move ~/.config create to more logical placeTom Ryder2013-09-101-1/+1
|
* Some more array syntax fixesTom Ryder2013-09-102-5/+5
|
* Use _ to prevent polluting namespaceTom Ryder2013-09-101-1/+1
|
* Fail early if VCS binaries not foundTom Ryder2013-09-101-0/+15
|
* Use builtins only for prompt job countTom Ryder2013-09-101-2/+6
|
* Better syntax for array appendTom Ryder2013-09-094-9/+9
|
* Preserve SSH_CLIENT as well as SSH_CONNECTIONTom Ryder2013-09-091-3/+3
|
* Use fenced code blocksTom Ryder2013-09-091-2/+6
|
* Hardcode install script name in error outputTom Ryder2013-09-091-2/+2
| | | | $0 is unreliable/misleading
* Improve ed(1) abstractionTom Ryder2013-09-093-4/+12
|
* Test explicitly for 256 colorsTom Ryder2013-09-071-1/+1
|
* Remove unnecessary quotes in commentTom Ryder2013-09-071-2/+2
|
* Leading comment block explaining install scriptTom Ryder2013-09-071-0/+24
|
* Fail early if we can't find git(1) on installTom Ryder2013-09-071-0/+6
|
* Include script name in error messageTom Ryder2013-09-071-1/+1
|
* Remove unnecessary spacesTom Ryder2013-09-071-14/+14
|
* Add note about piping yes(1) into installTom Ryder2013-09-071-0/+5
|
* Move mkdir(1) calls into clearer contextTom Ryder2013-09-071-4/+2
|
* Create function for safe removal/linkingTom Ryder2013-09-071-27/+48
| | | | | Mostly to get around portability issues; I assumed too much about ln(1) on systems besides GNU/Linux
* Consistently use arg 2 of ln(1) as name of linkTom Ryder2013-09-071-4/+4
| | | | | And not the name of an existing directory into which the link should be placed; more for clarity than practicality
* Remove non-portable -v from mkdir(1) callsTom Ryder2013-09-071-3/+3
|
* Remove speeddating, unused for a long timeTom Ryder2013-09-071-0/+0
|
* Rebind ^C in Vim to also undo current insert opTom Ryder2013-09-071-0/+4
| | | | | | | | | | | | | | | 15:44:34 <tyrmored> is there already an insert mode binding that cancels the current insert operation entirely? 15:44:53 <tyrmored> (and returns you to normal mode) 15:45:09 <paradigm> I think you want either <esc> or ctrl-c 15:45:12 <jamessan> <C-c>u 15:45:31 <paradigm> then u, yes 15:45:33 <tyrmored> jamessan: yeah, see, i have <C-c> bound to <C-c>u, which is great 15:45:41 <tyrmored> but i was wondering if i'm repeating a binding that already exists 15:45:46 <jamessan> nope 15:45:51 <tyrmored> great
* Typographical correctionsTom Ryder2013-09-061-35/+34
|
* Check +autocmd before removing Fedora augroupTom Ryder2013-09-051-3/+5
|
* Better graceful degradation for prompt formattingTom Ryder2013-09-041-8/+12
| | | | OpenBSD hates me
* Correct array appending syntax in READMETom Ryder2013-09-021-1/+1
|
* Handle empty .bashrc.d/.profile.d dirsTom Ryder2013-09-022-2/+2
|
* Clearer syntax for promptTom Ryder2013-09-011-1/+1
|
* Add file completion to exec/sudoTom Ryder2013-09-011-2/+2
|
* Remove instances of error-prone &> redirectionTom Ryder2013-09-012-4/+4
|