prezto/modules/last_command
2013-06-13 03:49:15 -04:00
..
functions refactor into modules 2013-06-13 03:49:15 -04:00
init.zsh refactor into modules 2013-06-13 03:49:15 -04:00
README.md refactor into modules 2013-06-13 03:49:15 -04:00

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.