Created
March 12, 2026 16:03
-
-
Save EricZimmerman/4daea8fedd989aa59e854a683aecd057 to your computer and use it in GitHub Desktop.
powershell eza aliases
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function lsf { eza --icons --group-directories-first @args } | |
| function ld { eza -D --icons=always --color=always } | |
| function lf { eza -f --icons=always --color=always --git-ignore @args } | |
| function ll { eza --icons --group-directories-first -l -b --total-size -g -h @args } | |
| function la { eza -a --color=always --group-directories-first @args } | |
| function lt { eza -aT -L 2 --color=always --group-directories-first @args } | |
| function l. { eza -a | select-string "^\." @args } | |
| Set-Alias -Name ls -Value lsf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment