]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/blobdiff - .zsh_functions.file
autoload functions part 1
[user/henk/vcsh/zsh.git] / .zsh_functions.file
diff --git a/.zsh_functions.file b/.zsh_functions.file
new file mode 100644 (file)
index 0000000..45e1e79
--- /dev/null
@@ -0,0 +1,8 @@
+function with () {
+    local prefix="$* " str compcontext=normal:normal:_normal
+    while :
+    do
+      str=$prefix
+      vared str && eval $str
+    done
+}