3 lines
100 B
Text
3 lines
100 B
Text
|
|
# shellcheck shell=bash
|
||
|
|
# Add ~/bin to PATH for personal scripts and tools
|
||
|
|
path_prepend "$HOME/bin"
|