Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
a5a6f6bb
Commit
a5a6f6bb
authored
Feb 07, 2013
by
Eric Kelly
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add alias for rspec to zeus plugin
parent
615e41b0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
README.md
plugins/zeus/README.md
+2
-0
zeus.plugin.zsh
plugins/zeus/zeus.plugin.zsh
+4
-1
No files found.
plugins/zeus/README.md
View file @
a5a6f6bb
...
...
@@ -25,6 +25,8 @@
*
`zcu`
aliases
`zeus cucumber`
*
`zucumber`
aliases
`zeus cucumber`
*
`zspec`
aliases
`zeus rspec`
*
`zt`
aliases
`zeus test`
*
`zest`
aliases
`zeus test`
...
...
plugins/zeus/zeus.plugin.zsh
View file @
a5a6f6bb
...
...
@@ -4,7 +4,7 @@
# Always use bundler.
# Rails depends on bundler, so we can be pretty sure, that there are no
# problems with this command. For all the other aliases I provided an
# problems with this command. For all the other aliases I provided an
# alternative, in case people have conflicts with other plugins (e.g. suse).
alias
zeus
=
'bundle exec zeus'
...
...
@@ -40,6 +40,9 @@ alias zunner='zeus runner'
alias
zcu
=
'zeus cucumber'
alias
zucumber
=
'zeus cucumber'
# Rspec
alias
zspec
=
'zeus rspec'
# Test
alias
zt
=
'zeus test'
alias
zest
=
'zeus test'
...
...
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