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