nix #11
|
@ -26,7 +26,7 @@ in
|
|||
# Colored ls
|
||||
# TODO Doesn't allow completion. Check out lsd instead
|
||||
_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 {
|
||||
FPAT = "([[:space:]]*[^[:space:]]+)";
|
||||
OFS = "";
|
||||
|
|
Loading…
Reference in a new issue