Skip to content

givensuman/fish-eza

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fish-eza

Adaptation of z-shell/zsh-eza for the Fish shell.

Installation

Install with fisher:

fisher install givensuman/fish-eza

Environment variables

Variable Description Default
eza_params eza params to be used with every call --git --icons --group --group-directories-first --time-style=long-iso --color-scale=all
eza_run_on_cd automatically run on cd undefined

Set eza_run_on_cd to anything to enable, e.g. set -gx eza_run_on_cd true

Aliases

alias ls='eza $eza_params'
alias l='eza --git-ignore $eza_params'
alias ll='eza --all --header --long $eza_params'
alias llm='eza --all --header --long --sort=modified $eza_params'
alias la='eza -lbhHigUmuSa'
alias lx='eza -lbhHigUmuSa@'
alias lt='eza --tree $eza_params'
alias tree='eza --tree $eza_params'

Requirements

Just requires eza!

License

MIT

About

fish plugin for the eza command

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages