Rename modules/home to modules/home-manager
This commit is contained in:
7
modules/home-manager/fish/last-working-dir.fish
Normal file
7
modules/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