From a234f2934f57087feb2643e86129954c545e03c3 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Sat, 7 Nov 2015 13:15:35 -0800 Subject: [PATCH] Make burp work from alt-f2 and other non-function locations. --- dotfiles/zshrc.d/burp.zsh => bin/burp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename dotfiles/zshrc.d/burp.zsh => bin/burp (96%) mode change 100644 => 100755 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