matchai / spacefish

🚀🐟 The fish shell prompt for astronauts
https://spacefish.matchai.dev
MIT License
964 stars 79 forks source link

Fix compatibility issue with exec_time #66

Closed matchai closed 5 years ago

matchai commented 5 years ago

Description

Fish v2.X has always used $CMD_DURATION as the variable containing the execution time of the last command. Fish v3.X appears to be changing it to $cmd_duration.

This change makes exec_time compatible with either of the above variables.

Motivation and Context

Fixes #65

Types of changes

Screenshots (if appropriate):

How Has This Been Tested?

Checklist: