Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redxtech/zsh-show-path
A zsh plugin to show $PATH line by line.
https://github.com/redxtech/zsh-show-path
path zsh zsh-plugin
Last synced: 13 days ago
JSON representation
A zsh plugin to show $PATH line by line.
- Host: GitHub
- URL: https://github.com/redxtech/zsh-show-path
- Owner: redxtech
- License: mit
- Created: 2021-06-17T23:15:44.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-22T15:23:46.000Z (over 3 years ago)
- Last Synced: 2024-11-15T06:20:20.742Z (2 months ago)
- Topics: path, zsh, zsh-plugin
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# 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):
```zsh
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:```zsh
plugins=(... zsh-show-path)
```## Usage
`show-path` is very easy to use, simply run the command:```zsh
show-path
```## Author
**show-path** © [Gabe Dunn](https://github.com/redxtech), Released under the [MIT](./license.md) License.