dotfiles/.config/fish/functions/newtmp.fish

6 lines
65 B
Fish
Raw Normal View History

2021-04-16 18:55:52 +02:00
function newtmp
set dir /tmp/(uuidgen)
mkdircd $dir
end