Created
September 12, 2019 23:18
-
-
Save jsteenb2/59e04f749c40c43c9ba0707c80c1e565 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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