mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Fixed typo for one of the subcommands (linset -> linsert)
This commit is contained in:
parent
1eb52d4385
commit
127d2ae57b
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ _1st_arguments=(
|
|||
'keys:find all keys matching the given pattern'
|
||||
'lastsave:get the UNIX timestamp of the last successful save to disk'
|
||||
'lindex:get an element from a list by its index'
|
||||
'linset:insert an element before or after another element in a list'
|
||||
'linsert:insert an element before or after another element in a list'
|
||||
'llen:get the length of a list'
|
||||
'lpop:remove and get the first element in a list'
|
||||
'lpush:prepend a value to a list'
|
||||
|
|
Loading…
Reference in a new issue