summary refs log tree commit diff
path: root/.zsh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.zsh/aliases.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zsh/aliases.zsh b/.zsh/aliases.zsh
index a0b3c84a..afdf7652 100644
--- a/.zsh/aliases.zsh
+++ b/.zsh/aliases.zsh
@@ -13,7 +13,7 @@ function mkcd {
 }
 
 function tunnel {
-  ssh -R 8022:localhost:$1 ec2.cmcenroe.me
+  ssh -R 8022:localhost:$1 do.asdf.pw
 }
 
 alias randpasswd='openssl rand -base64 12'
agml 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