From 281ec8bcc960299f4baed6d7b3a80b4ac727fdca Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sun, 24 Jul 2016 16:02:09 -0400 Subject: Add may and refactor ssh config --- .ssh/config | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to '.ssh') diff --git a/.ssh/config b/.ssh/config index 17f45791..4f29893b 100644 --- a/.ssh/config +++ b/.ssh/config @@ -4,11 +4,10 @@ Host * Host *.local ForwardAgent yes -Host march - HostName march.nyc3.do.cmcenroe.me +Host march april may + HostName %h.nyc3.do.cmcenroe.me -Host april - HostName april.nyc3.do.cmcenroe.me +Host april may Port 2222 Host dokku -- cgit 1.4.1 441'>this commit dontfiles
summary refs log tree commit diff
path: root/bundle/gist-vim (unfollow)
Commit message (Expand)Author
2012-02-13Add badwolf colorschemeJune McEnroe
2012-02-11Customize C/C++ indentationJune McEnroe
2012-02-07Update Powerline to 'develop' branchJune McEnroe
2012-02-07Add Solarized colorschemeJune McEnroe
2012-02-07Add back set nocompatible, even though it seemed to end up set anywayJune McEnroe
2012-02-05Update jellybeansJune McEnroe
2012-02-02Update itchy.vimJune McEnroe
2012-02-02Add mapping to toggle relative/absolute numberingJune McEnroe
2012-02-02Add itchy.vimJune McEnroe
2012-02-01Revert "Add ShowMarks plugin"June McEnroe
2012-02-01Add ShowMarks pluginJune McEnroe
2012-02-01Update Vim-Tomorrow-ThemeJune McEnroe
2012-02-01Add vim-markdownJune McEnroe
2012-02-01Add tabular.vimJune McEnroe
2012-02-01Update Vim-Tomorrow-ThemeJune McEnroe
2012-01-30Disable menu bar in GVimJune McEnroe
2012-01-30Set shiftwidth to 4 for LuaJune McEnroe
2012-01-29Don't show Syntastic errors automaticallyJune McEnroe
2012-01-28Update to Quicktask 1.1June McEnroe
2012-01-22Use space-test branch of quicktaskJune McEnroe
2012-01-22Enable syntax-based foldingJune McEnroe
2012-01-22Update quicktaskJune McEnroe
2012-01-22Revert "Add AutoClose"June McEnroe
2012-01-22Revert "Disable powerline for now"June McEnroe
2012-01-22Revert "Add VCS repo directories to wildignore"June McEnroe
2012-01-22Disable powerline for nowJune McEnroe
2012-01-22Update some pluginsJune McEnroe
2012-01-22Add VCS repo directories to wildignoreJune McEnroe
2012-01-22Map ,e and ,b to CtrlP file and buffer respectivelyJune McEnroe
2012-01-22Add vim-spaceJune McEnroe
2012-01-22Add AutoCloseJune McEnroe
2012-01-22Add binding for GundoJune McEnroe
2012-01-22Add GundoJune McEnroe
2012-01-22Add Jellybeans colorschemeJune McEnroe
2012-01-22Add syntasticJune McEnroe
2012-01-21Add PowerlineJune McEnroe
2012-01-21Add quicktaskJune McEnroe
2012-01-15Moved comments out of mapsJune McEnroe
2012-01-14Disable scrollbarsJune McEnroe