aboutsummaryrefslogtreecommitdiff
path: root/mkshrc
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2018-12-02 14:16:31 -0500
committerMitch Riedstra <mitch@riedstra.us>2018-12-02 14:16:31 -0500
commitd24e522d28bb899870b93b72a8ed5687f83e01b5 (patch)
tree992e1cec3c49e15b4224625a355278672db06c20 /mkshrc
parente8ac2136c86a18183e8030d31876b3e3b9145ef9 (diff)
downloaddotfiles-d24e522d28bb899870b93b72a8ed5687f83e01b5.tar.gz
dotfiles-d24e522d28bb899870b93b72a8ed5687f83e01b5.tar.xz
Escape the awk command
Diffstat (limited to 'mkshrc')
-rw-r--r--mkshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkshrc b/mkshrc
index 28bfd56..b3e6be2 100644
--- a/mkshrc
+++ b/mkshrc
@@ -138,7 +138,7 @@ setaliases() {
alias search='egrep -rniI'
alias rot13="tr 'A-Za-z' 'N-ZA-Mn-za-m'"
alias setxkbmap-list="man xkeyboard-config"
- alias showsshhosts="awk '/^host /{print $2}' ~/.ssh/config"
+ alias showsshhosts="awk '/^host /{print \$2}' ~/.ssh/config"
}
setcoloraliases() {