A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/z-shell/zsh-exa below:

z-shell/zsh-eza: ⚙️ Zsh plugin to replace command gnu/ls with eza-community/eza

Variable Description Default _EZA_PARAMS eza params to be used ('--git' '--group' '--group-directories-first' '--time-style=long-iso' '--color-scale=all' '--icons') AUTOCD enable auto list directories on cd 0
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'

The eza should be present to use this plugin. Install eza with Zi:

zi ice from'gh' as'program' sbin'**/eza -> eza' atclone'CARGO_HOME=$ZPFX cargo install --path . && cp -vf completions/eza.zsh _eza'
zi light eza-community/eza

To install add to the .zshrc file:

Install only if eza exists and enable auto list directories:

zi ice has'eza' atinit'AUTOCD=1'
zi light z-shell/zsh-eza

Install only if eza exists and enable auto list directories in turbo mode:

zi ice wait lucid has'eza' atinit'AUTOCD=1'
zi light z-shell/zsh-eza

Install only if eza exists and enable auto list directories in turbo mode with the for syntax:

zi wait lucid for \
  has'eza' atinit'AUTOCD=1' \
    z-shell/zsh-eza

Clone the repository and add zsh-eza to the plugins array of your zshrc file:

~/.oh-my-zsh/custom/plugins

Add zplug z-shell/zsh-eza to your ~/.zshrc and re-open your terminal session.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4