aboutsummaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-x.profile10
1 files changed, 9 insertions, 1 deletions
diff --git a/.profile b/.profile
index 1470c7b..7a92525 100755
--- a/.profile
+++ b/.profile
@@ -69,6 +69,14 @@ then
export XDG_SESSION_TYPE
fi
-PATH="$PATH:$PNPM_HOME:$GOPATH/bin:$DENO_INSTALL/bin:$BUN_INSTALL/bin:$HOME/.cargo/bin:$HOME/.local/bin:$HOME/.luarocks/bin:$HOME/.dotnet/tools"
+PATH="$PNPM_HOME:\
+$GOPATH/bin:\
+$DENO_INSTALL/bin:\
+$BUN_INSTALL/bin:\
+$HOME/.cargo/bin:\
+$HOME/.local/bin:\
+$HOME/.luarocks/bin:\
+$HOME/.dotnet/tools:\
+$PATH"
export PATH