github.com/elves/elvish@v0.15.0/website/ref/store.md (about)

     1  # Functions and Variables
     2  
     3  ## store:del-cmd
     4  
     5  ```elvish
     6  store:del-cmd $seq
     7  ```
     8  
     9  Delete the entry with the specified sequence number from the command history.
    10  
    11  **NOTE**: The sequence number is inconsistent with what you see with the history
    12  listing mode. Do not use (yet).
    13  
    14  ## store:del-dir
    15  
    16  ```elvish
    17  store:del-dir $dir
    18  ```
    19  
    20  Delete the directory from the directory history.