Loading .shell/lib/ssh.sh +1 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ make_config() { cat ~/.ssh/config ~/.ssh/config.local 2>/dev/null | awk >"$SSH_CONFIG" " function remove_line() { sub(/^/, \"\#\"); } function remove_line() { sub(/^/, \"#\"); } /^$/ || /^#[^@]/ { print \$0; next } `rule_match` Loading Loading
.shell/lib/ssh.sh +1 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ make_config() { cat ~/.ssh/config ~/.ssh/config.local 2>/dev/null | awk >"$SSH_CONFIG" " function remove_line() { sub(/^/, \"\#\"); } function remove_line() { sub(/^/, \"#\"); } /^$/ || /^#[^@]/ { print \$0; next } `rule_match` Loading