From ab5643fb6b6548250e9cb1a42bcd2db0da96b95d Mon Sep 17 00:00:00 2001 From: Alejandro Angulo Date: Sun, 2 Oct 2022 09:54:45 -0700 Subject: [PATCH] Updated l alias to show extra info --- users/alejandro/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/alejandro/zsh.nix b/users/alejandro/zsh.nix index a6e05b7..55f534d 100644 --- a/users/alejandro/zsh.nix +++ b/users/alejandro/zsh.nix @@ -35,7 +35,7 @@ bindkey '^R' history-incremental-search-backward alias view="vim -R $1" alias ls=lsd - alias l=ls + alias l='ls -la' ''; plugins = with pkgs; [