diff options
Diffstat (limited to '.zsh_functions/vifind')
-rw-r--r-- | .zsh_functions/vifind | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.zsh_functions/vifind b/.zsh_functions/vifind new file mode 100644 index 0000000..5bf6e9a --- /dev/null +++ b/.zsh_functions/vifind @@ -0,0 +1 @@ + vi $(find $@) |