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
Oh My Zsh
Commits
ace84c8b
Commit
ace84c8b
authored
May 28, 2011
by
Andrew Hodges
Browse files
Cleanup
Add missing newlines at EOF. Remove redundant comment. Fix grammar in comment.
parent
18293cd7
Changes
4
Hide whitespace changes
Inline
Side-by-side
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