Merge pull request #4289 from moonfruit/master

Remove redundant semicolon
master
Robby Russell 11 years ago
commit 50d329450e
  1. 2
      plugins/osx/osx.plugin.zsh

@ -6,7 +6,7 @@
# ------------------------------------------------------------------------------
function tab() {
local command="cd \\\"$PWD\\\"; clear; "
local command="cd \\\"$PWD\\\"; clear"
(( $# > 0 )) && command="${command}; $*"
the_app=$(

Loading…
Cancel
Save