diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2018-12-22 00:10:54 -0500 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2018-12-22 00:10:54 -0500 |
| commit | 60395fed1cb02ec386f87f80b6f268f87eb85910 (patch) | |
| tree | 05e53730027190324185b915d727a8bb1fc93e19 | |
| parent | 4854c0a648114b4d2421b3fa05a29345cb65e97d (diff) | |
| download | dotfiles-60395fed1cb02ec386f87f80b6f268f87eb85910.tar.gz dotfiles-60395fed1cb02ec386f87f80b6f268f87eb85910.tar.xz | |
Update showsshosts to use my new ssh config format and make python quiet by default
| -rw-r--r-- | mkshrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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() { |
