1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
prezto/modules/last_command/README.md

637 B

Last Command

Provides information about the last command run.

Exported variables

  • last_command: The string of the last command.
  • last_command_time: The execution time (in floating point seconds) of the last command.
  • last_command_status: The exit status of the last command.

Exported functions

  • time_to_human: Prints a floating point time duration in seconds.

Authors

The authors of this module should be contacted via the issue tracker.