From ba724d5d8e4a487f2d11dd702d2d042133e69ed2 Mon Sep 17 00:00:00 2001
From: neodarz <neodarz@neodarz.net>
Date: Sun, 5 Aug 2018 11:07:41 +0200
Subject: Use ssh key instead of simplepassword

---
 zsh/.zsh/aliases.zsh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'zsh')

diff --git a/zsh/.zsh/aliases.zsh b/zsh/.zsh/aliases.zsh
index 40a3570..2039fa3 100755
--- a/zsh/.zsh/aliases.zsh
+++ b/zsh/.zsh/aliases.zsh
@@ -154,7 +154,7 @@ alias sulfur="ncmpcpp -h sulfur -p 6600"
 
 alias stowroot="sudo stow -t /"
 
-alias irc='weenotistart; mosh neodarz.net --ssh="ssh -p 19977" -- tmux a -t 0; weenotistop'
+alias irc='weenotistart; ssh-add ~/.ssh/id_rsa_mail; mosh neodarz.net --ssh="ssh -p 19977" -- tmux a -dt 0; weenotistop'
 alias yolo="n yaourt --noconfirm"
 
 alias tiga="tig --all"
-- 
cgit v1.2.1