dotfiles/fish/functions/newtmp.fish
2021-04-16 18:55:52 +02:00

5 lines
65 B
Fish

function newtmp
set dir /tmp/(uuidgen)
mkdircd $dir
end