From e809caa9fdf82c98d08054c10773b84bc5ae8e65 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Mon, 8 Jan 2024 10:06:20 +0800 Subject: [PATCH] feat: show PATH env --- Justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Justfile b/Justfile index c0574151..8ffd1741 100644 --- a/Justfile +++ b/Justfile @@ -155,6 +155,9 @@ fmt: # format the nix files in this repo nix fmt +path: + $env.PATH | split row ":" + nvim-test: rm -rf $"($env.HOME)/.config/astronvim/lua/user" rsync -avz --copy-links --chmod=D2755,F744 home/base/desktop/editors/neovim/astronvim_user/ $"($env.HOME)/.config/astronvim/lua/user"