AutoYADM commit: 2025-04-05 13:15:07
This commit is contained in:
parent
d152d2800d
commit
0b615a6f7a
1 changed files with 4 additions and 0 deletions
4
.config/fish/functions/mktdir.fish
Normal file
4
.config/fish/functions/mktdir.fish
Normal file
|
@ -0,0 +1,4 @@
|
|||
function mktdir
|
||||
set -g tempdir (mktemp -d)
|
||||
cd $tempdir || exit 1
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue