Skip to content

Instantly share code, notes, and snippets.

@EricZimmerman
Created March 12, 2026 16:03
Show Gist options
  • Select an option

  • Save EricZimmerman/4daea8fedd989aa59e854a683aecd057 to your computer and use it in GitHub Desktop.

Select an option

Save EricZimmerman/4daea8fedd989aa59e854a683aecd057 to your computer and use it in GitHub Desktop.
powershell eza aliases
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