diff --git a/dotfiles/zshrc.d/burp.zsh b/bin/burp old mode 100644 new mode 100755 similarity index 96% rename from dotfiles/zshrc.d/burp.zsh rename to bin/burp index a57885f..3bf8876 --- a/dotfiles/zshrc.d/burp.zsh +++ b/bin/burp @@ -1,4 +1,4 @@ -burp() { +_start_burp() { setopt localoptions nullglob numeric_glob_sort local NO_DOWNLOAD local JAR @@ -27,3 +27,4 @@ burp() { java -jar ${JAR} "$@" fi } +_start_burp