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
ace84c8b
Commit
ace84c8b
authored
May 28, 2011
by
Andrew Hodges
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup
Add missing newlines at EOF. Remove redundant comment. Fix grammar in comment.
parent
18293cd7
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
7 deletions
+2
-7
cap.plugin.zsh
plugins/cap/cap.plugin.zsh
+1
-1
compleat.plugin.zsh
plugins/compleat/compleat.plugin.zsh
+0
-2
github.plugin.zsh
plugins/github/github.plugin.zsh
+0
-1
textmate.plugin.zsh
plugins/textmate/textmate.plugin.zsh
+1
-3
No files found.
plugins/cap/cap.plugin.zsh
View file @
ace84c8b
...
...
@@ -18,4 +18,4 @@ function _cap () {
fi
}
compctl
-K
_cap cap
\ No newline at end of file
compctl
-K
_cap cap
plugins/compleat/compleat.plugin.zsh
View file @
ace84c8b
...
...
@@ -5,7 +5,6 @@
# VERSION: 1.0.0
# ------------------------------------------------------------------------------
if
((
${
+commands[compleat]
}
))
;
then
local
prefix
=
"
${
commands
[compleat]
:h:h
}
"
local
setup
=
"
${
prefix
}
/share/compleat-1.0/compleat_setup"
...
...
@@ -19,4 +18,3 @@ if (( ${+commands[compleat]} )); then
source
"
$setup
"
fi
fi
plugins/github/github.plugin.zsh
View file @
ace84c8b
...
...
@@ -4,4 +4,3 @@ if [ "$commands[(I)hub]" ]; then
# eval `hub alias -s zsh`
function
git
(){
hub
"
$@
"
}
fi
plugins/textmate/textmate.plugin.zsh
View file @
ace84c8b
# TextMate
alias
et
=
'mate .'
alias
ett
=
'mate app config lib db public spec test Rakefile Capfile Todo'
alias
etp
=
'mate app config lib db public spec test vendor/plugins vendor/gems Rakefile Capfile Todo'
alias
etts
=
'mate app config lib db public script spec test vendor/plugins vendor/gems Rakefile Capfile Todo'
# Edit
or Ruby file
in TextMate
# Edit
Ruby app
in TextMate
alias
mr
=
'mate CHANGELOG app config db lib public script spec test'
function
tm
()
{
...
...
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