Skip to content

Commit

Permalink
adds port check alias
Browse files Browse the repository at this point in the history
  • Loading branch information
arron-green committed Feb 25, 2022
1 parent 3d9edef commit 499bf9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions profile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,8 @@ function kafka-topics-report {
fi
}

alias 'port-check'='nc -vnzu '
alias 'port-check-local'='nc -vnzu 127.0.0.1'
alias "kctl"="kubectl"
alias "ip-addr"="ipconfig getifaddr en0"
alias "docker-rm-dangling"='docker rmi -f $(docker images -q --filter "dangling=true")'
Expand Down

0 comments on commit 499bf9f

Please sign in to comment.