1
0
Fork 0
mirror of https://gitlab.com/mlunax/dotfiles.git synced 2025-04-12 05:40:17 +00:00
dotfiles/.zsh/cdtemp.zsh
2020-01-24 01:44:13 +01:00

1 line
30 B
Bash

cdtemp () { cd $(mktemp -d) }