Better spacing for grid
This commit is contained in:
parent
82a15a3303
commit
b71c844ac4
|
@ -97,13 +97,13 @@ def _ls_format_mode [mode: string] {
|
||||||
def l [dir?: string] {
|
def l [dir?: string] {
|
||||||
_ls (if $dir == null { "" } else { $dir })
|
_ls (if $dir == null { "" } else { $dir })
|
||||||
| sort-by type name -i
|
| sort-by type name -i
|
||||||
| grid -c
|
| grid -c -s " "
|
||||||
}
|
}
|
||||||
|
|
||||||
def ls [dir?: string] {
|
def ls [dir?: string] {
|
||||||
_ls (if $dir == null { "" } else { $dir })
|
_ls (if $dir == null { "" } else { $dir })
|
||||||
| sort-by type name -i
|
| sort-by type name -i
|
||||||
| grid -c
|
| grid -c -s " "
|
||||||
}
|
}
|
||||||
|
|
||||||
def la [dir?: string] {
|
def la [dir?: string] {
|
||||||
|
|
Loading…
Reference in New Issue