alias to list ssh config file

This commit is contained in:
tinogomes 2012-02-23 09:01:24 -02:00
commit 42e1cb4a3e

View file

@ -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'