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