File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,23 +25,23 @@ function Invoke-EzaDir {
25
25
[Parameter (ValueFromRemainingArguments = $true )]
26
26
[string []]$Path
27
27
)
28
- eza.exe -- icons -- header -- hyperlink -- group -- grid -- git - I= ' *NTUSER.DAT*|*ntuser.dat*' -- group-directories - first - lDa -- show-symlinks -- time- style= relative @Path
28
+ eza.exe -- icons -- header -- hyperlink -- group -- git - I= ' *NTUSER.DAT*|*ntuser.dat*' -- group-directories - first - lDa -- show-symlinks -- time- style= relative @Path
29
29
}
30
30
function Invoke-EzaFile {
31
31
[alias (' lF' )]
32
32
param (
33
33
[Parameter (ValueFromRemainingArguments = $true )]
34
34
[string []]$Path
35
35
)
36
- eza.exe -- icons -- header -- hyperlink -- group -- grid -- git - I= ' *NTUSER.DAT*|*ntuser.dat*' -- group-directories - first - lfa -- show-symlinks -- time- style= relative @Path
36
+ eza.exe -- icons -- header -- hyperlink -- group -- git - I= ' *NTUSER.DAT*|*ntuser.dat*' -- group-directories - first - lfa -- show-symlinks -- time- style= relative @Path
37
37
}
38
38
function Invoke-EzaList {
39
39
[alias (' ll' )]
40
40
param (
41
41
[Parameter (ValueFromRemainingArguments = $true )]
42
42
[string []]$Path
43
43
)
44
- eza.exe -- icons -- header -- hyperlink -- group -- grid -- git - I= ' *NTUSER.DAT*|*ntuser.dat*' -- group-directories - first - lbhHigUmuSa -- time- style= relative -- sort= modified -- reverse @Path
44
+ eza.exe -- icons -- header -- hyperlink -- group -- git - I= ' *NTUSER.DAT*|*ntuser.dat*' -- group-directories - first - lbhHigUmuSa -- time- style= relative -- sort= modified -- reverse @Path
45
45
}
46
46
function Invoke-EzaOneline {
47
47
[alias (' lo' )]
You can’t perform that action at this time.
0 commit comments