Update PATH exporting

This commit is contained in:
Ninjdai 2024-03-14 13:20:36 +01:00
parent 0e4ab5c4f7
commit 467009c83b

View File

@ -45,8 +45,8 @@ check_and_install_nvim ()
# Update $PATH
echo "Adding ~/.local/bin to your \$PATH..."
export PATH=$HOME/.local/bin:$PATH
echo 'export PATH=$HOME/.local/bin:$PATH' >> $HOME/.bashrc
sleep 1 && source $HOME/.bashrc
# Move nvim to PATH
echo "Placing nvim appimage in ~/.local/bin/..."