├── .editorconfig ├── LICENSE ├── README.md ├── conf.d └── plugin-sudope.fish ├── functions └── sudope.fish └── package /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oh-my-fish/plugin-sudope/HEAD/.editorconfig -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oh-my-fish/plugin-sudope/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oh-my-fish/plugin-sudope/HEAD/README.md -------------------------------------------------------------------------------- /conf.d/plugin-sudope.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oh-my-fish/plugin-sudope/HEAD/conf.d/plugin-sudope.fish -------------------------------------------------------------------------------- /functions/sudope.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oh-my-fish/plugin-sudope/HEAD/functions/sudope.fish -------------------------------------------------------------------------------- /package: -------------------------------------------------------------------------------- 1 | name: sudope 2 | type: plugin --------------------------------------------------------------------------------