.pam_environment: Remove superflous ':'
This commit is contained in:
parent
c10d8aaacc
commit
c711a8bb72
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
# Add home bin folder and ~/.node_modules/bin to $PATH
|
# Add home bin folder and ~/.node_modules/bin to $PATH
|
||||||
PATH DEFAULT= OVERRIDE=@{HOME}/bin:@{HOME}/.node_modues/bin:@{PATH}
|
PATH DEFAULT= OVERRIDE=@{HOME}/bin:@{HOME}/.node_modues/bin@{PATH}
|
||||||
|
|
||||||
# Redirect npm global installs to user folder instead
|
# Redirect npm global installs to user folder instead
|
||||||
# Ref: https://wiki.archlinux.org/index.php/Node.js#Allow_user-wide_installations
|
# Ref: https://wiki.archlinux.org/index.php/Node.js#Allow_user-wide_installations
|
||||||
|
|
Loading…
Reference in New Issue