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; [