1
0
mirror of https://github.com/meineerde/dotfiles.git synced 2025-10-17 19:41:01 +00:00

Add lla alias

This commit is contained in:
Holger Just 2025-02-13 15:55:59 +01:00
parent 0e54dc1360
commit e68ba30ca4
No known key found for this signature in database

View File

@ -182,6 +182,7 @@ alias ls='ls --color=auto'
# Some more aliases.
alias ll='ls --color=auto -Alh'
alias lla='ls --color=auto -alh'
alias screen='screen -U'
alias less='less -R'