Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.33 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.33 KB

omf-plugin-cdtemp

A plugin for Oh My Fish.

MIT License Fish Shell Version Oh My Fish Framework


cdtemp

cdtemp command will make a temporary directory and change current working directory to it.

Default base location is in /tmp, you can add the following to your ~/.config/fish/before.init.fish:

set -gx CDTEMPPATH /your/temp/folder

Install

$ omf install https://github.com/zqlu/omf-plugin-cdtemp

Usage

$ cdtemp

License

MIT © Zhiqiang Lu et al