aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Store a local .dircolors fileTom Ryder2014-06-033-1/+135
| | | | | | Looks like a recent package update hosed mine and removed a bunch of terminal definitions I used. Probably better long-term just to use my own. Removed all the comment cruft from it for now.
* Be more specific about prompt part appearanceTom Ryder2014-05-271-2/+2
|
* Correct comment about unused TTY varTom Ryder2014-05-271-1/+1
|
* Use consistent form of version checksTom Ryder2014-05-271-1/+1
|
* Add test for urxvt scriptsTom Ryder2014-05-081-2/+8
|
* Use gpg options dump directly in completionTom Ryder2014-05-081-8/+3
| | | | Parsing it into an array is slow and a waste of time
* Formalise licenseTom Ryder2014-05-082-3/+29
|
* Remove redundant shebang for xsessionTom Ryder2014-05-081-1/+0
|
* Fix many errors in MakefileTom Ryder2014-05-021-5/+5
|
* Extend "test" target for makeTom Ryder2014-05-022-2/+3
|
* Use proper dashesTom Ryder2014-05-021-4/+4
|
* Highlight known issuesTom Ryder2014-05-021-0/+13
|
* Add scatter(1), shoal(1), and shock(1)Tom Ryder2014-05-028-0/+175
|
* Remove redundant export call for PATHTom Ryder2014-04-281-1/+0
|
* Tidy .gitmodules fileTom Ryder2014-04-281-4/+6
|
* Add test-bash, test-sh, and test targetsTom Ryder2014-04-272-2/+25
|
* Mention install-taskTom Ryder2014-04-271-0/+1
|
* Add Makefile target for Taskwarrior configTom Ryder2014-04-271-0/+4
|
* Remove unused 'ack' alias from gitconfigTom Ryder2014-04-271-1/+0
|
* Mention functions in bashrc.dTom Ryder2014-04-271-0/+11
|
* Mention more completionsTom Ryder2014-04-271-0/+2
|
* Do good grammarerTom Ryder2014-04-271-4/+4
|
* More information about stupid facesTom Ryder2014-04-271-1/+1
|
* Explain rxvt-unicode config a bitTom Ryder2014-04-271-0/+19
|
* Remove Perl::Critic configurationTom Ryder2014-04-273-12/+0
| | | | | Not often used anyway, and a very short file that causes trouble if the expected modules aren't installed; better off without it
* Tidier Perl for custom clip scriptTom Ryder2014-04-271-6/+12
|
* Only need -common resource for Urxvt perlsTom Ryder2014-04-271-1/+0
|
* Consistent caps for tmuxTom Ryder2014-04-271-1/+1
|
* Check first word, not previous word, for git cmdTom Ryder2014-04-271-3/+3
|
* Add dummy default Makefile targetTom Ryder2014-04-262-2/+7
|
* Remove ack(1)Tom Ryder2014-04-265-18/+3
| | | | | I just wasn't using it; not enough advantages over grep(1) with a little BRE reading and some judicious use of find(1)
* UTF-8 encoding needed before clipboard printTom Ryder2014-04-261-1/+3
|
* Remove Urxvt.perl-lib definitionTom Ryder2014-04-263-3/+2
| | | | | | I didn't read the manpage. It turns out that urxvt will search $HOME/.urxvt/ext by default for its extensions, so I don't need to specify a path here (much less a fixed string rather than a variable).
* Add tmux vertical separator to URxvt.cutcharsTom Ryder2014-04-261-3/+3
| | | | The selection script is required for this to work
* Restore URxvt.perl-ext to XresourcesTom Ryder2014-04-261-0/+1
|
* Adjust alignment of Xresources fileTom Ryder2014-04-261-18/+18
|
* Replace clipboard urxvt with abbreviated scriptTom Ryder2014-04-264-114/+25
| | | | | I didn't need the keybindings or the paste functionality, just the autocopy feature.
* Strip trailing whitespace with <leader>xTom Ryder2014-04-161-0/+4
|
* Use EDITOR in vis functionTom Ryder2014-04-141-1/+1
|
* Move vis function into its own fileTom Ryder2014-04-142-39/+39
|
* Require at least one argument to vis functionTom Ryder2014-04-081-1/+1
|
* Clarify explanation of promptsTom Ryder2014-04-051-3/+3
|
* Do PKA lookups for keysTom Ryder2014-03-311-1/+4
|
* bg completion only for stopped jobsTom Ryder2014-03-181-1/+2
|
* Group search settings lines properlyTom Ryder2014-03-171-4/+4
|
* Don't force -H for sudo if -vTom Ryder2014-03-122-3/+9
|
* Fix stray commentTom Ryder2014-03-021-2/+0
|
* Basic target completion for make(1)Tom Ryder2014-03-021-0/+37
|
* Add install target for rxvt-unicode toolsTom Ryder2014-03-022-0/+6
|
* Add install target for Perl toolsTom Ryder2014-03-022-0/+5
|