mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-12 04:52:53 +01:00
6 lines
65 B
Fish
6 lines
65 B
Fish
|
function newtmp
|
||
|
set dir /tmp/(uuidgen)
|
||
|
mkdircd $dir
|
||
|
end
|
||
|
|