浏览代码

Cleanup

Add missing newlines at EOF. Remove redundant comment. Fix grammar in comment.
Andrew Hodges 14 年之前
父节点
当前提交
ace84c8b7e

+ 1 - 1
plugins/cap/cap.plugin.zsh

@@ -18,4 +18,4 @@ function _cap () {
   fi
   fi
 }
 }
 
 
-compctl -K _cap cap
+compctl -K _cap cap

+ 0 - 2
plugins/compleat/compleat.plugin.zsh

@@ -5,7 +5,6 @@
 #       VERSION:  1.0.0
 #       VERSION:  1.0.0
 # ------------------------------------------------------------------------------
 # ------------------------------------------------------------------------------
 
 
-
 if (( ${+commands[compleat]} )); then
 if (( ${+commands[compleat]} )); then
   local prefix="${commands[compleat]:h:h}"
   local prefix="${commands[compleat]:h:h}"
   local setup="${prefix}/share/compleat-1.0/compleat_setup" 
   local setup="${prefix}/share/compleat-1.0/compleat_setup" 
@@ -19,4 +18,3 @@ if (( ${+commands[compleat]} )); then
     source "$setup" 
     source "$setup" 
   fi
   fi
 fi
 fi
-

+ 0 - 1
plugins/github/github.plugin.zsh

@@ -4,4 +4,3 @@ if [ "$commands[(I)hub]" ]; then
     # eval `hub alias -s zsh`
     # eval `hub alias -s zsh`
     function git(){hub "$@"}
     function git(){hub "$@"}
 fi
 fi
-

+ 1 - 3
plugins/textmate/textmate.plugin.zsh

@@ -1,11 +1,9 @@
-
-# TextMate
 alias et='mate .'
 alias et='mate .'
 alias ett='mate app config lib db public spec test Rakefile Capfile Todo'
 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 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'
 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'
 alias mr='mate CHANGELOG app config db lib public script spec test'
 
 
 function tm() {
 function tm() {