aboutsummaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorLuca Matei Pintilie <luca@lucamatei.com>2023-10-19 20:27:21 +0000
committerLuca Matei Pintilie <luca@lucamatei.com>2023-10-19 20:27:21 +0000
commit4df2b9df655ac792058611e3d8a27ffdfdc1c846 (patch)
tree5959e65a6c493a0286c33b73423b533e586b72f5 /.profile
parenteeee4128e71b17a59efc93b76d264b7a25cead44 (diff)
downloaddotfiles-4df2b9df655ac792058611e3d8a27ffdfdc1c846.tar
dotfiles-4df2b9df655ac792058611e3d8a27ffdfdc1c846.tar.gz
dotfiles-4df2b9df655ac792058611e3d8a27ffdfdc1c846.tar.bz2
dotfiles-4df2b9df655ac792058611e3d8a27ffdfdc1c846.tar.lz
dotfiles-4df2b9df655ac792058611e3d8a27ffdfdc1c846.tar.xz
dotfiles-4df2b9df655ac792058611e3d8a27ffdfdc1c846.tar.zst
dotfiles-4df2b9df655ac792058611e3d8a27ffdfdc1c846.zip
Add sanitization and xdg-open helper script
Diffstat (limited to '.profile')
-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