feat: show PATH env

This commit is contained in:
Ryan Yin
2024-01-08 10:06:20 +08:00
parent 919527d6fc
commit e809caa9fd

View File

@@ -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"