Skip to content

Instantly share code, notes, and snippets.

@jsteenb2
Created September 12, 2019 23:18
Show Gist options
  • Save jsteenb2/59e04f749c40c43c9ba0707c80c1e565 to your computer and use it in GitHub Desktop.
Save jsteenb2/59e04f749c40c43c9ba0707c80c1e565 to your computer and use it in GitHub Desktop.
alias srcz='source ~/.zshrc'
alias vimz='vim ~/.zshrc'
whoseport () {
lsof -i ":$1" | grep --color=auto --exclude-dir={.bzr,CVS,.git,.hg,.svn} LISTEN
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment