summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Hodges <betawaffle@gmail.com>2011-05-28 13:06:03 -0400
committerAndrew Hodges <betawaffle@gmail.com>2011-05-28 13:06:03 -0400
commitace84c8b7eb8b50842798bac9811d02928f58dd3 (patch)
tree9e53c4328be2da48d103fbc02b3a41bc2625618b
parent18293cd724224282d6ca473fcbe6e7439d3eac0c (diff)
downloadzsh-ace84c8b7eb8b50842798bac9811d02928f58dd3.tar.gz
zsh-ace84c8b7eb8b50842798bac9811d02928f58dd3.tar.bz2
zsh-ace84c8b7eb8b50842798bac9811d02928f58dd3.zip
Cleanup
Add missing newlines at EOF. Remove redundant comment. Fix grammar in comment.
-rw-r--r--plugins/cap/cap.plugin.zsh2
-rw-r--r--plugins/compleat/compleat.plugin.zsh2
-rw-r--r--plugins/github/github.plugin.zsh1
-rw-r--r--plugins/textmate/textmate.plugin.zsh4
4 files changed, 2 insertions, 7 deletions
diff --git a/plugins/cap/cap.plugin.zsh b/plugins/cap/cap.plugin.zsh
index a0fa21d00..8336182d5 100644
--- a/plugins/cap/cap.plugin.zsh
+++ b/plugins/cap/cap.plugin.zsh
@@ -18,4 +18,4 @@ function _cap () {
fi
}
-compctl -K _cap cap \ No newline at end of file
+compctl -K _cap cap
diff --git a/plugins/compleat/compleat.plugin.zsh b/plugins/compleat/compleat.plugin.zsh
index 8d16a5687..38f1b396a 100644
--- a/plugins/compleat/compleat.plugin.zsh
+++ b/plugins/compleat/compleat.plugin.zsh
@@ -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
-
diff --git a/plugins/github/github.plugin.zsh b/plugins/github/github.plugin.zsh
index df7053ba7..1eb338113 100644
--- a/plugins/github/github.plugin.zsh
+++ b/plugins/github/github.plugin.zsh
@@ -4,4 +4,3 @@ if [ "$commands[(I)hub]" ]; then
# eval `hub alias -s zsh`
function git(){hub "$@"}
fi
-
diff --git a/plugins/textmate/textmate.plugin.zsh b/plugins/textmate/textmate.plugin.zsh
index 7c4c14a5f..aa2f75f4f 100644
--- a/plugins/textmate/textmate.plugin.zsh
+++ b/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() {