set the path

This commit is contained in:
David Young
2026-04-10 14:38:56 -06:00
parent 6ef3cc4141
commit 6b379cfb40

View File

@@ -29,6 +29,14 @@ EOF
set -e
export PATH="$HOME/.local/bin:$PATH"
if ! grep -q 'LOCAL_BIN_PATH' "$HOME/.bashrc"; then
echo '' >> "$HOME/.bashrc"
echo '# HamPack: add user local bin to PATH' >> "$HOME/.bashrc"
echo 'export PATH="$HOME/.local/bin:$PATH" # LOCAL_BIN_PATH' >> "$HOME/.bashrc"
fi
clear
print_logo