Skip to content

redxtech/zsh-show-path

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

show-path

show-path is a zsh plugin that provides a function shows the $PATH line by line.

Installing

zinit

Add this to your zinit config (.zshrc):

zinit light redxtech/zsh-show-path

# it also works with turbo mode:
zinit ice wait lucid
zinit load redxtech/zsh-show-path

oh-my-zsh

Install it with your favourite zsh package manager, or clone it directly to your $ZSH_CUSTOM/plugins directory with git, and add zsh-show-path to the plugins array in your .zshrc file:

plugins=(... zsh-show-path)

Usage

show-path is very easy to use, simply run the command:

show-path

Author

show-path © Gabe Dunn, Released under the MIT License.

About

A zsh plugin to show $PATH line by line.

Topics

Resources

License

Stars

Watchers

Forks

Languages