mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-23 22:16:48 +00:00
refactor(posix): remove function prefixes from all shell files
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
set -e
|
||||
set -u
|
||||
|
||||
function __init_prettier() {
|
||||
__init_prettier() {
|
||||
if [ -z "$(npm --version 2> /dev/null)" ]; then
|
||||
"$HOME/.local/bin/webi" node
|
||||
export PATH="$HOME/.local/opt/node/bin:$PATH"
|
||||
|
||||
Reference in New Issue
Block a user