From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15954 invoked by alias); 8 Feb 2015 17:49:04 -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: 19833 Received: (qmail 11241 invoked from network); 8 Feb 2015 17:49:01 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, SPF_HELO_PASS autolearn=ham version=3.3.2 X-Injected-Via-Gmane: http://gmane.org/ To: zsh-users@zsh.org From: Daniel Subject: command name '-' Date: Sun, 8 Feb 2015 17:48:50 +0000 (UTC) Message-ID: X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: c83-249-88-27.bredband.comhem.se User-Agent: slrn/1.0.2 (Linux) I have in my ~/bin, which is in PATH, a command named simply '-' [minus]. I can't seem to have this one executed. Typing - at the prompt and nothing happens. Also, whence or type yiels exactly nothing. What gives? I like to have + and - commands for changing volume easily in console, over ssh, however...