Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 512 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 512 Bytes

fish-evalcache

Test

fish plugin to cache the output of a binary initialization command, intended to help lower shell startup time.

Install

fisher install kyohsuke/fish-evalcache

Usage

source (anyenv init - fish | psub)

_evalcache anyenv init - fish

It based on

https://github.com/mroth/evalcache