Fish shell plugin that refreshes the prompt before a new command is run
github.comI created this plugin because I frequently scroll back in my terminal history and wanted a way to know at what time a command was run and how long it took.
Unfortunately, the prompt normally shows the time when the prompt was generated and not when the command was run.
This plugin solves this issue.
I also added a detailed guide on how to set up fish with the super customizable starship prompt and make it super fast with the `fish-sync-prompt` plugin.
You can find the guide here:
https://github.com/infused-kim/fish-refresh-prompt-on-cmd#id...
And of course all of this has been tested and is compatible with the new rust-based v4 fish beta.
Let me know what you think and consider leaving a github star if you like it.