mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2025-01-22 01:09:59 +01:00
6 lines
65 B
Fish
6 lines
65 B
Fish
|
function newtmp
|
||
|
set dir /tmp/(uuidgen)
|
||
|
mkdircd $dir
|
||
|
end
|
||
|
|