mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Make burp work from alt-f2 and other non-function locations.
This commit is contained in:
3
dotfiles/zshrc.d/burp.zsh → bin/burp
Normal file → Executable file
3
dotfiles/zshrc.d/burp.zsh → bin/burp
Normal file → Executable 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
|
||||||
Reference in New Issue
Block a user