From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19925 invoked by alias); 18 Oct 2011 07:31:55 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 16507 Received: (qmail 1473 invoked from network); 18 Oct 2011 07:31:43 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW, T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.210.171 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; bh=r8t0rvcZiL195XILwy6FIO15pFZMkTatMkxB0JZnnM8=; b=Ow4gxYkdlGV31Mtcp3r4jwFh8fBxNcwCKzLmr8OOzTQr3Wf7zi5aufh8v758hDskhY AtdO/QwVZO9BH6wMkO99tVt7xVjhdxDptbtK+6MBdbpCrDo3nEjyzmAv2rvUuKLdlxCL TmMbBauizBaSlMGUFCXlk/2pTWPKTiQjcUjSk= From: Gabriel Gilder Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: How to turn off Mac OS X Network share completion? Date: Tue, 18 Oct 2011 00:31:38 -0700 Message-Id: <4CBE5AC0-6C49-4BA3-B803-91957D411809@gmail.com> To: zsh-users@zsh.org Mime-Version: 1.0 (Apple Message framework v1244.3) X-Mailer: Apple Mail (2.1244.3) Hi there, I've just switched to zsh from bash so apologies if this is a total = newbie question. I've searched the list and done quite a bit of Googling = but couldn't find a solution. I'm often on a VPN for my company, and when I'm on the VPN a number of = servers appear in Mac OS X's "/Network/Servers" path. The problem is = that zsh tries to complete across these directories, so when I type, for = instance, "cd adam", the shell freezes up for about a minute while = it searches across the network, and then I get a menu of usernames like = so: adam0 adam1 adam2 adam3 adam4 adam5 =20 (Actual names redacted.) Then if I run "cd adam0" I'm taken to something like = "/Network/Servers/example.com/Volumes/misc/adam0". This seems to be the default behavior if I have these lines in my = .zshrc: autoload -U compinit compinit Is there a flag to turn off this type of completion across network = shares? Thanks in advance for any pointers, -Gabriel