Remove empty line after ls
This commit is contained in:
parent
d4af33f802
commit
1cf87aced8
|
@ -98,12 +98,14 @@ 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 -s " "
|
| grid -c -s " "
|
||||||
|
| cat
|
||||||
}
|
}
|
||||||
|
|
||||||
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 -s " "
|
| grid -c -s " "
|
||||||
|
| cat
|
||||||
}
|
}
|
||||||
|
|
||||||
def la [dir?: string] {
|
def la [dir?: string] {
|
||||||
|
|
Loading…
Reference in New Issue