aboutsummaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorLuca Matei Pintilie <lucafulger@gmail.com>2023-01-10 18:39:41 +0000
committerLuca Matei Pintilie <lucafulger@gmail.com>2023-01-10 18:39:41 +0000
commit74de7af4d68e765a5f2641761bc78138e70e9725 (patch)
tree490aefb93f55406c413d631382bc426421cd0d15 /.profile
parenta3e63f3e49af6360665f6e5045ee9b599294b18d (diff)
downloaddotfiles-74de7af4d68e765a5f2641761bc78138e70e9725.tar
dotfiles-74de7af4d68e765a5f2641761bc78138e70e9725.tar.gz
dotfiles-74de7af4d68e765a5f2641761bc78138e70e9725.tar.bz2
dotfiles-74de7af4d68e765a5f2641761bc78138e70e9725.tar.lz
dotfiles-74de7af4d68e765a5f2641761bc78138e70e9725.tar.xz
dotfiles-74de7af4d68e765a5f2641761bc78138e70e9725.tar.zst
dotfiles-74de7af4d68e765a5f2641761bc78138e70e9725.zip
Add null-ls to neovim
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.profile b/.profile
index e6bce23..6ebf84e 100644
--- a/.profile
+++ b/.profile
@@ -33,5 +33,5 @@ QT_QPA_PLATFORM=wayland; export QT_QPA_PLATFORM;
XDG_CURRENT_DESKTOP=sway; export XDG_CURRENT_DESKTOP;
XDG_SESSION_DESKTOP=sway; export XDG_SESSION_DESKTOP;
-PATH="$HOME/go/bin:$DENO_INSTALL/bin:$BUN_INSTALL/bin:$HOME/.cargo/bin:$HOME/.local/bin:$PATH";
+PATH="$HOME/go/bin:$DENO_INSTALL/bin:$BUN_INSTALL/bin:$HOME/.cargo/bin:$HOME/.local/bin:$HOME/.luarocks/bin:$PATH";