Remove redundant semicolon

Remove redundant semicolon to make tab() works better in ITerm 2.
master
MoonFruit 11 years ago
parent 192de6bcff
commit 0a2c31fb60
  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