all repos — nixfiles @ 511385319cc40c7d645327c1945772a8f3ee02ab

System and user configuration, managed by nix and home-manager

shell: remove unused ls aliases

Alan Pearce
commit

511385319cc40c7d645327c1945772a8f3ee02ab

parent

082e31ac9ef44cbb41a1f631e19a7d0dae26d734

1 file changed, 0 insertions(+), 2 deletions(-)

changed files
M user/settings/shell.nixuser/settings/shell.nix
@@ -17,8 +17,6 @@ l1 = "ls -1";
ls = "ls ${lsOptions} -hF"; la = "ls ${lsOptions} -hA"; ll = "ls ${lsOptions} ${lsIsoDate} -hl"; - lal = "ll -A"; - lla = "lal"; llr = "ll -t"; "c," = "cd ${config.home.homeDirectory + "/projects/alin.ovh/nixfiles"}";