Refactoring of code and update of zsh plugin for fedit script

This commit is contained in:
Eric Torres
2019-03-20 14:32:29 -07:00
parent 081d098a54
commit 2074672357
2 changed files with 91 additions and 56 deletions

View File

@ -7,6 +7,8 @@ arguments=(
{-d,--dir}'[edit a file in a given directory]'
{-E,--etc}'[edit a file in /etc]'
{-e,--editor}'[use a given editor]'
{-I,--no-ignore}'[do not respect .(git|fd)ignore files]'
{-i,--no-ignore-vcs}'[do not respect .gitignore files]'
'*:filename:_files'
)