Updated l alias to show extra info

This commit is contained in:
Alejandro Angulo 2022-10-02 09:54:45 -07:00
parent 1adaa35d3c
commit ab5643fb6b

View file

@ -35,7 +35,7 @@
bindkey '^R' history-incremental-search-backward bindkey '^R' history-incremental-search-backward
alias view="vim -R $1" alias view="vim -R $1"
alias ls=lsd alias ls=lsd
alias l=ls alias l='ls -la'
''; '';
plugins = with pkgs; [ plugins = with pkgs; [