Remove unneeded comment character

This commit is contained in:
Marko Korhonen 2023-11-14 19:04:46 +02:00
parent 312d755740
commit 4442252c65
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -27,7 +27,7 @@ export USRNAME=$USER
# Add ~/.local/bin to path
export PATH="$HOME/.local/bin:$PATH"
#
# Add locally installed npm binaries to path
export PATH="$HOME/.local/share/npm/bin:$PATH"