From fe2200412a8563fa8e49621294a82bfc9421a99e Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Thu, 16 Aug 2018 14:12:24 -0400 Subject: Shorten .local ssh names ksh doesn't do sophisticated tab-complete so I have to actually type ssh hosts now. --- home/.ssh/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'home/.ssh/config') diff --git a/home/.ssh/config b/home/.ssh/config index e9a1982a..634f333b 100644 --- a/home/.ssh/config +++ b/home/.ssh/config @@ -5,7 +5,8 @@ HashKnownHosts yes SendEnv NETHACKOPTIONS -Host monday.local thursday.local +Host monday thursday + HostName %h.local ForwardAgent yes RemoteForward 7062 127.0.0.1:7062 -- cgit 1.4.1 dontfiles
summary refs log tree commit diff
path: root/port/ddate/ddate.c (unfollow)
Commit message (Expand)Author
2021-09-13Swap-remove tags as they're foundJune McEnroe
2021-09-12Replace htagml regex with strncmpJune McEnroe
2021-09-11Also defer printing comment for lone close-parensJune McEnroe
2021-09-10Publish "git-comment"June McEnroe
2021-09-10Add git comment --pretty optionJune McEnroe
2021-09-08Defer printing comment if line is blank or closing braceJune McEnroe
2021-09-08Up default min-repeat to 30 linesJune McEnroe
2021-09-08Handle dirty lines in git-commentJune McEnroe
2021-09-08Document and install git-commentJune McEnroe
2021-09-08Add repeat and all options to git-commentJune McEnroe
2021-09-08Add group threshold to git-commentJune McEnroe