From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Soo Subject: Re: Plan for fish shell in Guix. Date: Mon, 21 Jan 2019 18:22:21 -0800 Message-ID: References: <87imz0x1i3.fsf@gmail.com> <871s562yyc.fsf@disroot.org> <7931354B-E366-433E-B3CA-D6A0B8A90A71@asu.edu> <87y37d1o2i.fsf@disroot.org> Mime-Version: 1.0 (1.0) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:45563) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gllhw-0001mo-ME for guix-devel@gnu.org; Mon, 21 Jan 2019 21:22:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gllhs-0002QN-Me for guix-devel@gnu.org; Mon, 21 Jan 2019 21:22:30 -0500 Received: from mail-pl1-x62f.google.com ([2607:f8b0:4864:20::62f]:33348) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gllhq-0002PJ-Du for guix-devel@gnu.org; Mon, 21 Jan 2019 21:22:26 -0500 Received: by mail-pl1-x62f.google.com with SMTP id z23so10684934plo.0 for ; Mon, 21 Jan 2019 18:22:25 -0800 (PST) In-Reply-To: <87y37d1o2i.fsf@disroot.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Meiyo Peng Cc: guix-devel@gnu.org Ah! Makes sense! I haven=E2=80=99t had a chance to use 3.0 yet! I=E2=80=99ll= try that and see. > On Jan 21, 2019, at 5:24 PM, Meiyo Peng wrote: >=20 > Hi John, >=20 > John Soo writes: >=20 >> I just have one issue with the patch so far: I can=E2=80=99t seem to unse= t an >> abbreviation. An old configuration file seems to be =E2=80=9Csticking=E2=80= =9D around >> for lack of better term. Otherwise, good stuff! >=20 > This is most likely caused by the transition from fish 2.7 to fish 3.0. > Fish 3.0 automatically migrates your abbreviations to a new storage > format. Please have a look at the man page of `abbr`. You should now > manage you abbreviations with: >=20 > #+begin_SRC sh > abbr --show > abbr --add ec emacsclient > abbr --erase ec > #+end_SRC >=20 > -- > Meiyo Peng > https://www.pengmeiyu.com/