From 60395fed1cb02ec386f87f80b6f268f87eb85910 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Sat, 22 Dec 2018 00:10:54 -0500 Subject: Update showsshosts to use my new ssh config format and make python quiet by default --- mkshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mkshrc b/mkshrc index 843a5e2..ad54122 100644 --- a/mkshrc +++ b/mkshrc @@ -139,10 +139,11 @@ setaliases() { alias search='grep -niRIE' alias rot13="tr 'A-Za-z' 'N-ZA-Mn-za-m'" alias setxkbmap-list="man xkeyboard-config" - alias showsshhosts="awk '/^[hH]ost /{print \$2}' ~/.ssh/config" + alias showsshhosts="cat ~/.ssh/config ~/.ssh/inc/* | awk '/^[hH]ost /{print \$2}'" alias xa='xargs -d'\n' -I{}' alias gdb='gdb -q' alias bc='bc -q' + alias python='python -q' } setcoloraliases() { -- cgit v1.2.3