3 lines
117 B
Text
3 lines
117 B
Text
|
|
# shellcheck shell=bash
|
||
|
|
# Add ~/.local/bin to PATH (pip, pipx, user-installed tools)
|
||
|
|
path_prepend "$HOME/.local/bin"
|