Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
Add missing newlines at EOF. Remove redundant comment. Fix grammar in comment.
  • Loading branch information
betawaffle committed May 28, 2011
1 parent 18293cd commit ace84c8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion plugins/cap/cap.plugin.zsh
Expand Up @@ -18,4 +18,4 @@ function _cap () {
fi
}

compctl -K _cap cap
compctl -K _cap cap
2 changes: 0 additions & 2 deletions plugins/compleat/compleat.plugin.zsh
Expand Up @@ -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"
Expand All @@ -19,4 +18,3 @@ if (( ${+commands[compleat]} )); then
source "$setup"
fi
fi

1 change: 0 additions & 1 deletion plugins/github/github.plugin.zsh
Expand Up @@ -4,4 +4,3 @@ if [ "$commands[(I)hub]" ]; then
# eval `hub alias -s zsh`
function git(){hub "$@"}
fi

4 changes: 1 addition & 3 deletions plugins/textmate/textmate.plugin.zsh
@@ -1,11 +1,9 @@

# 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'

# Editor Ruby file in TextMate
# Edit Ruby app in TextMate
alias mr='mate CHANGELOG app config db lib public script spec test'

function tm() {
Expand Down

0 comments on commit ace84c8

Please sign in to comment.