Blame view

plugins/history/README.md 487 Bytes
238d8e65a   mj   Squashed 'repos/r...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  ## history
  
  Provides a couple of convenient aliases for using the `history` command to examine your command line history.
  
  ### Requirements
  
  * None.
  
  ### Usage
  
  * If `h` is called, your command history is listed. Equivalent to using `history`
  
  * If `hsi` is called with an argument, a **case insensitive** `grep` search is performed on your command history, looking for commands that match the argument provided
  
  * If `hsi` is called without an argument you will help on `grep` arguments