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
95971a28
Commit
95971a28
authored
Jan 06, 2012
by
Mark Drago
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
git://github.com/robbyrussell/oh-my-zsh
into cloud_parameter
parents
e3c34b4f
8c45b739
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
completion.zsh
lib/completion.zsh
+1
-1
bundler.plugin.zsh
plugins/bundler/bundler.plugin.zsh
+1
-1
ruby.plugin.zsh
plugins/ruby/ruby.plugin.zsh
+1
-1
No files found.
lib/completion.zsh
View file @
95971a28
...
...
@@ -39,7 +39,7 @@ hosts=(
"
$_global_ssh_hosts
[@]"
"
$_ssh_hosts
[@]"
"
$_etc_hosts
[@]"
`
hostname
`
"
$HOST
"
localhost
)
zstyle
':completion:*:hosts'
hosts
$hosts
...
...
plugins/bundler/bundler.plugin.zsh
View file @
95971a28
...
...
@@ -10,7 +10,7 @@ alias bu="bundle update"
# The following is based on https://github.com/gma/bundler-exec
bundled_commands
=(
cap capify cucumber foreman guard heroku nanoc rackup rai
ls rai
nbows rake rspec ruby shotgun spec spork thin unicorn unicorn_rails
)
bundled_commands
=(
cap capify cucumber foreman guard heroku nanoc rackup rainbows rake rspec ruby shotgun spec spork thin unicorn unicorn_rails
)
## Functions
...
...
plugins/ruby/ruby.plugin.zsh
View file @
95971a28
...
...
@@ -3,4 +3,4 @@
alias
sgem
=
'sudo gem'
# Find ruby file
alias
rfind
=
'find . -name
*.rb
| xargs grep -n'
alias
rfind
=
'find . -name
"*.rb"
| xargs grep -n'
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