hm: Fix fix
This commit is contained in:
parent
b626cb89f4
commit
bae9c4c524
|
@ -26,7 +26,7 @@ in
|
||||||
# Colored ls
|
# Colored ls
|
||||||
# TODO Doesn't allow completion. Check out lsd instead
|
# TODO Doesn't allow completion. Check out lsd instead
|
||||||
_colored_ls() {
|
_colored_ls() {
|
||||||
${pkgs.coreutils}/bin/ls -lh --color=always $@ | ${pkgs.gnuawk}/bin/awk '
|
${pkgs.coreutils}/bin/ls -lh --color=always $@ | ${pkgs.gawk}/bin/awk '
|
||||||
BEGIN {
|
BEGIN {
|
||||||
FPAT = "([[:space:]]*[^[:space:]]+)";
|
FPAT = "([[:space:]]*[^[:space:]]+)";
|
||||||
OFS = "";
|
OFS = "";
|
||||||
|
|
Loading…
Reference in a new issue