g: initialize files env var
This commit is contained in:
parent
4dc437c076
commit
d0cc9e2eb6
1 changed files with 1 additions and 0 deletions
1
rc/bin/g
1
rc/bin/g
|
@ -4,6 +4,7 @@ nl='
|
|||
'
|
||||
flags=()
|
||||
recurse=()
|
||||
files=()
|
||||
while(! ~ $#* 1 && ~ $1 -* && ! ~ $1 --){
|
||||
if(~ $1 '-n')
|
||||
recurse=-n1
|
||||
|
|
Loading…
Reference in a new issue