Remove unneeded comment character

This commit is contained in:
Marko Korhonen 2023-11-14 19:04:46 +02:00
parent b740475b58
commit 5326fe37b3

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"