b1fb727b01b109d20f9d8a251255c0fd48e63f99
[webi-installers/.git] / pathman / README.md
1 ---
2 title: Pathman
3 homepage: https://git.rootprojects.org/root/pathman
4 tagline: |
5   Pathman: cross-platform PATH management for bash, zsh, fish, cmd.exe, and PowerShell.
6 description: |
7   Manages PATH on various OSes and shells
8     - Mac, Windows, Linux
9     - Bash, Zsh, Fish
10     - Command, Powershell
11 ---
12
13 ```bash
14 pathman add ~/.local/bin
15 ```
16
17 ```bash
18 pathman remove ~/.local/bin
19 ```
20
21 ```bash
22 pathman list
23 ```