From 42e1cb4a3e9392f2f86c5fd19f004355b9eab476 Mon Sep 17 00:00:00 2001 From: tinogomes Date: Thu, 23 Feb 2012 09:01:24 -0200 Subject: [PATCH] alias to list ssh config file --- lib/aliases.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/aliases.zsh b/lib/aliases.zsh index 2944cadf0..3e2fc57d8 100644 --- a/lib/aliases.zsh +++ b/lib/aliases.zsh @@ -39,3 +39,5 @@ alias psg='show_processes' # script using the '.' operator instead of 'source'. # So, uncomment below line. # alias .='pwd' + +alias ssh-list='cat ~/.ssh/config' \ No newline at end of file