dotfiles/home/private_dot_config/zsh/functions/scratch

7 lines
99 B
Text
Raw Normal View History

2025-02-11 11:19:38 -06:00
#!/usr/bin/env zsh
##? drop into a directory in ~/scratch/%Y/%U
2025-02-13 11:37:17 -06:00
dir=$(mkscratch "$@")
2025-02-11 11:19:38 -06:00
2025-02-11 15:11:40 -06:00
pushd $dir