aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use GPG fingerprint as .pgpkey fileTom Ryder2016-06-111-397/+5
| | | | | | | | | | | | | | | | | | | | | | | | | Keys were much shorter back in those days and wouldn't fill the screen ten times over. > <REDACTED> man finger is weird > <tejr> it is > <tejr> it's a real relic. can you imagine intentionally running a > remote service nowadays that told anybody your GECOS name, home > directory, shell, last login times, and what you'd been working on? > <tejr> i mean, i want to live in such a world where that would be > desirable, but we no longer do > <REDACTED> it looks like it's meant for a group of people all working > on one system > <REDACTED> meaning it's old as shit > <tejr> yeah the closest thing i have is our ssh gateway at work > <tejr> [tom@v:~]$ finger tom > <tejr> whoops > <tejr> ( ͡° ͜ʖ ͡°) > <tejr> the pgpkey bit hasn't aged too well given the keys are so long > nowadays > <tejr> it might be better to use the output of gpg --fingerprint now > <tejr> in fact, i think i'll do that > <REDACTED> good idea
* Update submodulesTom Ryder2016-06-102-0/+0
|
* Add missing update stepTom Ryder2016-06-101-0/+1
|
* Switch to local versions of my subreposTom Ryder2016-06-101-3/+3
|
* Switch from prompt image to plain textTom Ryder2016-06-093-4/+12
| | | | More compatible, want to display this in Cgit as well
* Remove ancient IRC quoteTom Ryder2016-06-011-13/+0
|
* Don't make tmux conf as default targetTom Ryder2016-05-161-1/+1
|
* Fix spacingTom Ryder2016-05-161-2/+2
|
* Switch submodules to HTTPSTom Ryder2016-05-161-12/+12
|
* Update submodulesTom Ryder2016-05-121-0/+0
|
* Move PROMPT_RETURN declaration to top of funcTom Ryder2016-05-041-1/+4
|
* Update submodulesTom Ryder2016-05-021-0/+0
|
* Update submodulesTom Ryder2016-05-021-0/+0
|
* Update submodulesTom Ryder2016-05-021-0/+0
|
* Reorganise/correct readline bindingsTom Ryder2016-04-231-9/+14
|
* Shell word navigation in .inputrcTom Ryder2016-04-231-0/+6
|
* Allow specifying color for tmuxTom Ryder2016-04-234-7/+23
|
* Add means to change prompt colorTom Ryder2016-04-232-5/+10
|
* Update public keyTom Ryder2016-04-171-105/+151
|
* Remove curly bracesTom Ryder2016-04-141-1/+1
|
* Add .perltidyrcTom Ryder2016-04-073-0/+9
|
* Use short statusesTom Ryder2016-04-071-0/+3
|
* Remove more liesTom Ryder2016-04-021-1/+1
|
* Remove liesTom Ryder2016-04-021-2/+1
|
* Clarify VCS prompt displayTom Ryder2016-04-021-2/+3
|
* Remove mail syntax after file for VimTom Ryder2016-03-311-10/+0
| | | | Turned out to be a bad idea.
* Grandma knows how to suck eggsTom Ryder2016-03-301-3/+1
|
* Use default ~/.signature locationTom Ryder2016-03-292-4/+1
|
* Remove old targetsTom Ryder2016-03-281-4/+2
|
* Add stbl(1)Tom Ryder2016-03-283-0/+86
|
* Correct incorrect stream in commentTom Ryder2016-03-281-1/+1
|
* Remove blank lines at end of filesTom Ryder2016-03-28145-145/+0
|
* Add readv functionTom Ryder2016-03-282-0/+27
|
* Add mail signatureTom Ryder2016-03-272-0/+3
|
* OK, I'm really done nowTom Ryder2016-03-261-3/+0
|
* Tweak, tweakTom Ryder2016-03-263-6/+1
|
* Tweak finger filesTom Ryder2016-03-264-1/+361
|
* Add finger(1) to list of configsTom Ryder2016-03-261-0/+1
|
* Add finger(1) plan fileTom Ryder2016-03-262-0/+10
|
* More intelligent browser handlingTom Ryder2016-03-214-7/+6
| | | | Also remove remaining palemoon refs
* Complete man pages only for exact section matchTom Ryder2016-03-191-1/+1
|
* Move to new style format, window styleTom Ryder2016-03-181-15/+13
|
* Try having lighter borders for active paneTom Ryder2016-03-181-2/+2
|
* Refactor ed() wrapper, add rlwrap(1)Tom Ryder2016-03-162-7/+33
|
* Script for choosing random background on startupTom Ryder2016-03-153-3/+55
|
* Make Xresources path configurableTom Ryder2016-03-151-1/+1
|
* Remove unneeded read junk varTom Ryder2016-03-151-1/+1
|
* Protect PS1 variable expansionsTom Ryder2016-03-151-2/+2
|
* Remove monitor-activity from tmux configTom Ryder2016-03-141-4/+0
| | | | | | | | | | | | It looks like the most recent development version of tmux, intentionally or not, puts the activity monitor style and format icon ahead in precedence of the bell style and format icon. I don't like this, as I use activity as a minor alert, and bells as a major one. A bell from my apps means "look at this window now". I can do without activity monitoring, so I've simply turned it off, but I'm still pretty disappointed. Hopefully it's just a mistake; I'll see if I can find the relevant changes shortly.
* Only show git VCS stuff by defaultTom Ryder2016-03-141-1/+6
| | | | | | | | On my work machines, I'll make a file ~/.bashrc.d/prompt.bash which includes a PROMPT_VCS=(git svn) line. I don't really use Mercurial at all, now that the Vim sources have moved to Git; certainly not enough to check for it on every prompt load ...