aboutsummaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorLuca Matei Pintilie <lucafulger@gmail.com>2022-09-28 18:43:05 +0000
committerLuca Matei Pintilie <lucafulger@gmail.com>2022-09-28 18:43:05 +0000
commit132423e5a1f2d883a2d3bc420a3edd7036b4b0dd (patch)
tree9c5b06a1b15b99ebb962c7f1fe681dd7f7a48294 /.profile
parent2a53d13112422812fe30d54aac360b2d9dd29f22 (diff)
downloaddotfiles-132423e5a1f2d883a2d3bc420a3edd7036b4b0dd.tar
dotfiles-132423e5a1f2d883a2d3bc420a3edd7036b4b0dd.tar.gz
dotfiles-132423e5a1f2d883a2d3bc420a3edd7036b4b0dd.tar.bz2
dotfiles-132423e5a1f2d883a2d3bc420a3edd7036b4b0dd.tar.lz
dotfiles-132423e5a1f2d883a2d3bc420a3edd7036b4b0dd.tar.xz
dotfiles-132423e5a1f2d883a2d3bc420a3edd7036b4b0dd.tar.zst
dotfiles-132423e5a1f2d883a2d3bc420a3edd7036b4b0dd.zip
Cooler deno plugin and terminal shortcut for neovim
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";