mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-23 22:16:48 +00:00
24 lines
410 B
Markdown
24 lines
410 B
Markdown
---
|
|
title: Pathman
|
|
homepage: https://git.rootprojects.org/root/pathman
|
|
tagline: |
|
|
Pathman: cross-platform PATH management for bash, zsh, fish, cmd.exe, and PowerShell.
|
|
description: |
|
|
Manages PATH on various OSes and shells
|
|
- Mac, Windows, Linux
|
|
- Bash, Zsh, Fish
|
|
- Command, Powershell
|
|
---
|
|
|
|
```bash
|
|
pathman add ~/.local/bin
|
|
```
|
|
|
|
```bash
|
|
pathman remove ~/.local/bin
|
|
```
|
|
|
|
```bash
|
|
pathman list
|
|
```
|