mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 05:40:08 +00:00
Removed Similar Aliases
Two similar aliases which were causing issues.
This commit is contained in:
parent
135c3763cc
commit
602cc62a5d
1 changed files with 2 additions and 2 deletions
|
@ -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