From 97e0461b3938abc7cf0cff770a87c1f0c90ec507 Mon Sep 17 00:00:00 2001 From: Hendrik Jäger Date: Fri, 22 Oct 2021 22:39:06 +0200 Subject: autoload functions part 1 --- .zsh_functions.file | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .zsh_functions.file (limited to '.zsh_functions.file') diff --git a/.zsh_functions.file b/.zsh_functions.file new file mode 100644 index 0000000..45e1e79 --- /dev/null +++ b/.zsh_functions.file @@ -0,0 +1,8 @@ +function with () { + local prefix="$* " str compcontext=normal:normal:_normal + while : + do + str=$prefix + vared str && eval $str + done +} -- cgit v1.2.3