fish_functions/tmpdir.fish
- 100 bytes
- View raw
1function tmpdir --description "Create and switch into a temporary directory"
2 cd (mktemp -d)
3endfish_functions/tmpdir.fish1function tmpdir --description "Create and switch into a temporary directory"
2 cd (mktemp -d)
3end