From 544448ff8a944dcadcf98fd5bfddb5e8d4b39272 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Mon, 5 Sep 2016 20:49:53 +0100 Subject: [PATCH] I use a new hostname for my server --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 0780658..cb9616c 100644 --- a/zshrc +++ b/zshrc @@ -119,7 +119,7 @@ alias aupg="sudo apt upgrade" alias aurup="sudo aura -Akua" alias brewcurl="/usr/local/opt/curl/bin/curl --cacert /usr/local/etc/openssl/cert.pem" alias brewssl="/usr/local/opt/openssl/bin/openssl" -alias irc="ssh lease -t '. ~/.zshrc; tmux attach -t irc'" +alias irc="ssh jmb -t '. ~/.zshrc; tmux attach -t irc'" test "$platform" = 'linux' && alias ls="ls -F --color=always" test "$platform" = 'osx' && alias ls="ls -FG" alias phpunit="phpdbg -qrr vendor/bin/phpunit"