set the path
This commit is contained in:
@@ -29,6 +29,14 @@ EOF
|
|||||||
|
|
||||||
set -e
|
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
|
clear
|
||||||
print_logo
|
print_logo
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user