aboutsummaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rw-r--r--.profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/.profile b/.profile
index 31be1bb..b4664cf 100644
--- a/.profile
+++ b/.profile
@@ -8,7 +8,7 @@ if [ -z "${XDG_RUNTIME_DIR}" ]; then
fi
DENO_INSTALL="$HOME/.deno"; export DENO_INSTALL;
-BUN_INSTALL="/home/luca/.bun"
+BUN_INSTALL="/home/luca/.bun";
EDITOR="nvim"; export EDITOR;
MANPAGER="sh -c 'col -bx | bat -l man -p'"; export MANPAGER;
@@ -22,6 +22,6 @@ XDG_CURRENT_DESKTOP=sway; export XDG_CURRENT_DESKTOP;
XDG_SESSION_DESKTOP=sway; export XDG_SESSION_DESKTOP;
GPG_TTY="$(tty)" export GPG_TTY;
-PATH="$PATH:$HOME/go/bin:$DENO_INSTALL/bin:$BUN_INSTALL/bin:$HOME/.cargo/bin";
+PATH="$HOME/go/bin:$DENO_INSTALL/bin:$BUN_INSTALL/bin:$HOME/.cargo/bin:$HOME/.local/bin:$PATH";