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.
30 lines
637 B
30 lines
637 B
12 years ago
|
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][1].*
|
||
|
|
||
|
- [Alex Reece](https://github.com/awreece)
|
||
|
|
||
|
[1]: https://github.com/awreece/prezto/issues
|
||
|
|