From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:33422) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i7W5X-0007Lv-2k for guix-patches@gnu.org; Mon, 09 Sep 2019 22:41:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i7W5W-0005l7-2U for guix-patches@gnu.org; Mon, 09 Sep 2019 22:41:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60207) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i7W5V-0005ky-Uz for guix-patches@gnu.org; Mon, 09 Sep 2019 22:41:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i7W5V-00059T-Rd for guix-patches@gnu.org; Mon, 09 Sep 2019 22:41:01 -0400 Subject: [bug#37364] [PATCH 0/1] Add z for zsh Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:33270) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i7W4o-00077M-Sq for guix-patches@gnu.org; Mon, 09 Sep 2019 22:40:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i7W4n-0005HW-S3 for guix-patches@gnu.org; Mon, 09 Sep 2019 22:40:18 -0400 Received: from mail-io1-xd42.google.com ([2607:f8b0:4864:20::d42]:46409) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i7W4n-0005H4-N2 for guix-patches@gnu.org; Mon, 09 Sep 2019 22:40:17 -0400 Received: by mail-io1-xd42.google.com with SMTP id d17so12098933ios.13 for ; Mon, 09 Sep 2019 19:40:17 -0700 (PDT) Received: from rekahsoft-mini ([2607:fea8:1c60:690::6]) by smtp.gmail.com with ESMTPSA id a13sm10820932ioh.8.2019.09.09.19.40.14 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 09 Sep 2019 19:40:15 -0700 (PDT) From: "Collin J. Doering" Date: Mon, 09 Sep 2019 22:40:13 -0400 Message-ID: <87woeg3mcy.fsf@rekahsoft.ca> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 37364@debbugs.gnu.org Add the small zsh utility for quickly switching directories based on past usage. Collin J. Doering (1): gnu: Add z for zsh gnu/packages/shellutils.scm | 44 +++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) -- Collin J. Doering http://rekahsoft.ca http://blog.rekahsoft.ca http://git.rekahsoft.ca