Make burp work from alt-f2 and other non-function locations.

This commit is contained in:
David Tomaschik
2015-11-07 13:15:35 -08:00
parent 71df11db58
commit a234f2934f

3
dotfiles/zshrc.d/burp.zsh → bin/burp Normal file → Executable file
View File

@@ -1,4 +1,4 @@
burp() { _start_burp() {
setopt localoptions nullglob numeric_glob_sort setopt localoptions nullglob numeric_glob_sort
local NO_DOWNLOAD local NO_DOWNLOAD
local JAR local JAR
@@ -27,3 +27,4 @@ burp() {
java -jar ${JAR} "$@" java -jar ${JAR} "$@"
fi fi
} }
_start_burp