Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
241c7dde
Unverified
Commit
241c7dde
authored
Jun 13, 2021
by
Shubham Chaudhary
Committed by
GitHub
Jun 13, 2021
Browse files
feat(supervisor): Add aliases for supervisor (#5819)
parent
027189b2
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/supervisor/supervisor.plugin.zsh
View file @
241c7dde
# DECLARION: This plugin was created by hhatto. What I did is just making a portal from https://bitbucket.org/hhatto/zshcompfunc4supervisor.
# DECLARION: This plugin was created by hhatto. What I did is just making a portal from https://bitbucket.org/hhatto/zshcompfunc4supervisor.
alias
sup
=
'sudo supervisorctl'
alias
supad
=
'sudo supervisorctl add'
alias
supa
=
'sudo supervisorctl avail'
alias
suprl
=
'sudo supervisorctl reload'
alias
suprm
=
'sudo supervisorctl remove'
alias
suprr
=
'sudo supervisorctl reread'
alias
suprs
=
'sudo supervisorctl restart'
alias
sups
=
'sudo supervisorctl status'
alias
supsr
=
'sudo supervisorctl start'
alias
supso
=
'sudo supervisorctl stop'
alias
supt
=
'sudo supervisorctl tail'
alias
supu
=
'sudo supervisorctl update'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment