Skip to content

Add annotations of line counts to all directories and files! Pairs super nicely w/ Ranger and Neo-Tree :)

License

Notifications You must be signed in to change notification settings

hacker-DOM/zsh-sccd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Installation

  1. Clone this repository into $ZSH_CUSTOM/plugins (by default ~/.oh-my-zsh/custom/plugins)
git clone https://github.com/hacker-dom/zsh-sccd ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-sccd
  1. Add the plugin to the list of plugins for Oh My Zsh to load (inside ~/.zshrc):
plugins=( 
    zsh-sccd
    # other plugins...
)

Keep in mind that plugins need to be added before oh-my-zsh.sh is sourced.

About

Add annotations of line counts to all directories and files! Pairs super nicely w/ Ranger and Neo-Tree :)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages