diff options
Diffstat (limited to 'plugins/osx')
| -rw-r--r-- | plugins/osx/osx.plugin.zsh | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/osx/osx.plugin.zsh b/plugins/osx/osx.plugin.zsh index a6e3a83e6..390960fdc 100644 --- a/plugins/osx/osx.plugin.zsh +++ b/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=$(  | 
