add zsh function to spawn static domain ngrok instance
This commit is contained in:
parent
5ee3345021
commit
c97d18db1d
1 changed files with 5 additions and 0 deletions
|
|
@ -143,6 +143,11 @@ git-prune() {
|
||||||
git branch -vv | grep '\[origin/.*: gone\]' | awk '{print $1}' | xargs git branch -d
|
git branch -vv | grep '\[origin/.*: gone\]' | awk '{print $1}' | xargs git branch -d
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# makes it easier to spin up ngrok with static domain, pass in the port ngrok needs to listen
|
||||||
|
sngrok() {
|
||||||
|
ngrok http --domain=hyena-merry-literally.ngrok-free.app $1
|
||||||
|
}
|
||||||
|
|
||||||
# Load colors if possible
|
# Load colors if possible
|
||||||
autoload -U colors && colors
|
autoload -U colors && colors
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue