dotfiles/home/private_dot_config/zsh/functions/t

5 lines
94 B
Text
Raw Permalink Normal View History

2025-02-11 11:19:38 -06:00
#!/usr/bin/env zsh
##? drop into a temporary directory
pushd $(mktemp -d /tmp/${1:+$1.}XXXX)