- Notifications
You must be signed in to change notification settings - Fork3
Zsh plugin replace GNU/ls with next generation Peltoche/lsd
License
z-shell/zsh-lsd
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Zsh plugin which replace GNU/ls with next generationls byPeltoche/lsd
The Zsh plugin replaces theGNU/ls with lots of added features likecolors,icons,tree-view, and other formatting options.
Enable auto list directories on
cd
withexport AUTOCD=1
.
Thelsd should be present to use this plugin. Installlsd withZi:
zi ice binary from'gh-r' sbin'**/lsd -> lsd' \ atclone'cp lsd-*/lsd.1 $ZI[MAN_DIR]/man1; ln -s lsd-*/*/_lsd _lsd'zi light Peltoche/lsd
WithZi
To install add to the.zshrc
file:
zi light z-shell/zsh-lsd
Install only iflsd available in$PATH
and enable auto-list directories:
zi ice has'lsd' atinit'AUTOCD=1'zi light z-shell/zsh-lsd
Install only iflsd available in$PATH
and enable auto-list directories in turbo mode:
zi icewait lucid has'lsd' atinit'AUTOCD=1'zi light z-shell/zsh-lsd
Install only iflsd available in$PATH
and enable auto-list directories in turbo mode with the syntax:
ziwait lucidfor \ has'lsd' atinit'AUTOCD=1' \ z-shell/zsh-lsd
WithOh My Zsh
Clone the repository and addzsh-lsd
to the plugins array of your.zshrc
file:
~/.oh-my-zsh/custom/plugins
plugins=(... zsh-lsd)
Addzplug z-shell/zsh-lsd
to your~/.zshrc
and re-open your terminal session.
About
Zsh plugin replace GNU/ls with next generation Peltoche/lsd