mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 00:40:07 +00:00
Merge pull request #4617 from ahmadawais/patch-1
Removed Similar Aliases
This commit is contained in:
commit
5d8fd93cac
2 changed files with 4 additions and 4 deletions
|
@ -43,7 +43,7 @@ WP-CLI is a set of command-line tools for managing WordPress installations. You
|
|||
- wpps='search'
|
||||
- wppst='status'
|
||||
- wppt='toggle'
|
||||
- wppu='uninstall'
|
||||
- wppun='uninstall'
|
||||
- wppu='update'
|
||||
|
||||
### Post
|
||||
|
@ -55,7 +55,7 @@ WP-CLI is a set of command-line tools for managing WordPress installations. You
|
|||
- wppol='wp post list'
|
||||
- wppom='wp post meta'
|
||||
- wppou='wp post update'
|
||||
- wppou='wp post url'
|
||||
- wppourl='wp post url'
|
||||
|
||||
### Sidebar
|
||||
- wpsbl='wp sidebar list'
|
||||
|
|
|
@ -63,7 +63,7 @@ alias wppp='wp plugin path'
|
|||
alias wpps='wp plugin search'
|
||||
alias wppst='wp plugin status'
|
||||
alias wppt='wp plugin toggle'
|
||||
alias wppu='wp plugin uninstall'
|
||||
alias wppun='wp plugin uninstall'
|
||||
alias wppu='wp plugin update'
|
||||
|
||||
# Post
|
||||
|
@ -75,7 +75,7 @@ alias wppog='wp post get'
|
|||
alias wppol='wp post list'
|
||||
alias wppom='wp post meta'
|
||||
alias wppou='wp post update'
|
||||
alias wppou='wp post url'
|
||||
alias wppourl='wp post url'
|
||||
|
||||
# Rewrite
|
||||
|
||||
|
|
Loading…
Reference in a new issue