Better spacing for grid
This commit is contained in:
+2
-2
@@ -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] {
|
||||||
|
|||||||
Reference in New Issue
Block a user