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

6 lines
65 B
Fish

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