From mboxrd@z Thu Jan 1 00:00:00 1970 From: Meiyo Peng Subject: Re: Plan for fish shell in Guix. Date: Tue, 22 Jan 2019 09:24:53 +0800 Message-ID: <87y37d1o2i.fsf@disroot.org> References: <87imz0x1i3.fsf@gmail.com> <871s562yyc.fsf@disroot.org> <7931354B-E366-433E-B3CA-D6A0B8A90A71@asu.edu> Mime-Version: 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]:38267) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1glkoH-0001Ql-E5 for guix-devel@gnu.org; Mon, 21 Jan 2019 20:25:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1glkoG-0004Yg-ER for guix-devel@gnu.org; Mon, 21 Jan 2019 20:25:01 -0500 Received: from knopi.disroot.org ([178.21.23.139]:46594) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1glkoG-0004Se-0k for guix-devel@gnu.org; Mon, 21 Jan 2019 20:25:00 -0500 In-reply-to: <7931354B-E366-433E-B3CA-D6A0B8A90A71@asu.edu> 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: John Soo Cc: guix-devel@gnu.org Hi John, John Soo writes: > 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! 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: #+begin_SRC sh abbr --show abbr --add ec emacsclient abbr --erase ec #+end_SRC -- Meiyo Peng https://www.pengmeiyu.com/