From b59d4d18d5dad01788fee97d84964227be23ee2b 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 c18f14ea6..7ab4dc24e 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