Start migration to using flake-parts
This commit is contained in:
7
features-home-manager/fish/last-working-dir.fish
Normal file
7
features-home-manager/fish/last-working-dir.fish
Normal file
@@ -0,0 +1,7 @@
|
||||
function lwd
|
||||
cd $LAST_WORKING_DIR
|
||||
end
|
||||
|
||||
function __onpwd --on-variable PWD
|
||||
set --universal LAST_WORKING_DIR $PWD
|
||||
end
|
||||
Reference in New Issue
Block a user