aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Complete exec with commandsTom Ryder2013-09-011-2/+2
|
* Don't need -n inside [[Tom Ryder2013-09-011-4/+4
|
* Forgot a couple of array declarationsTom Ryder2013-09-012-2/+3
|
* Turns out older Bash is muddled by var=()Tom Ryder2013-09-013-5/+5
| | | | Initialisation with an array literal doesn't work in 2.05a
* More sensible use of localTom Ryder2013-09-015-33/+38
| | | | | | Don't declare integers/arrays, just use them. Also includes a minor scope fix -- don't need to count number of colors on every call to prompt(), just for `prompt on`.
* Fix incorrect array index for VCS statesTom Ryder2013-09-011-6/+6
|
* Remove scp completionTom Ryder2013-09-011-7/+0
| | | | Found it more trouble than it was worth
* Move SSH completion into its own fileTom Ryder2013-09-013-31/+32
|
* Add command completion for sudoTom Ryder2013-08-311-0/+3
|
* Fix commentTom Ryder2013-08-301-1/+1
|
* Restore background=dark setting to .vimrcTom Ryder2013-08-291-2/+3
| | | | | Seems like it's still needed for the default colorschemes to which I occasionally have to resort.
* Add help completionTom Ryder2013-08-291-0/+3
|
* Committing start at basic completionTom Ryder2013-08-292-0/+50
|
* Hook prevents loading unwanted bash-completionTom Ryder2013-08-283-16/+24
| | | | This speeds up logins by a *lot*
* Move options into .bashrcTom Ryder2013-08-282-39/+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
|
* Horizontal completion listing not quite rightTom Ryder2013-08-281-3/+0
| | | | Breaks badly with narrow terminals and long file names
* Specify -f for unsetting helper functionsTom Ryder2013-08-282-2/+2
|
* Remove unneeded underscores before helper funcsTom Ryder2013-08-282-6/+6
|
* Don't expand arithmetic operation on OPTINDTom Ryder2013-08-261-1/+1
|
* More conservative expansions for install scriptTom Ryder2013-08-261-30/+30
|