diff --git a/install.bash b/install.bash index 82f8282..83b6f83 100755 --- a/install.bash +++ b/install.bash @@ -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 diff --git a/install.zsh b/install.zsh index 60dbdf9..5abc778 100755 --- a/install.zsh +++ b/install.zsh @@ -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