Merge pull request #1 from muritane/fix_no_home_folder

[install] change /home/USER -> HOME
This commit is contained in:
Deleh 2023-09-20 12:51:36 +02:00 committed by GitHub
commit 8708d88df0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ echo "Created link '~/.local/bin/gis'"
# Modify bashrc
touch ~/.bashrc
_add_to_config "export PATH=\$PATH:/home/${USER}/.local/bin"
_add_to_config "export PATH=\$PATH:${HOME}/.local/bin"
echo "Updated '~/.bashrc'"
echo

View file

@ -15,7 +15,7 @@ echo "Created link '~/.local/bin/gis'"
# Modify config
touch ~/.zshrc
_add_to_config "export PATH=\$PATH:/home/${USER}/.local/bin"
_add_to_config "export PATH=\$PATH:${HOME}/.local/bin"
echo "Updated '~/.zshrc'"
echo