]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/blob - .zsh_functions.file
customize fzf: use tmux and fdfind
[user/henk/vcsh/zsh.git] / .zsh_functions.file
1 function with () {
2     local prefix="$* " str compcontext=normal:normal:_normal
3     while :
4     do
5       str=$prefix
6       vared str && eval $str
7     done
8 }