Rename modules/home to modules/home-manager

This commit is contained in:
2025-04-22 21:19:29 +02:00
parent 3f0b46f3d8
commit 2e20534bba
92 changed files with 0 additions and 28 deletions

View File

@ -0,0 +1,7 @@
function lwd
cd $LAST_WORKING_DIR
end
function __onpwd --on-variable PWD
set --universal LAST_WORKING_DIR $PWD
end