guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Plan for fish shell in Guix.


From: John Soo
Subject: Re: Plan for fish shell in Guix.
Date: Mon, 21 Jan 2019 18:22:21 -0800

Ah! Makes sense! I haven’t had a chance to use 3.0 yet! I’ll try that and see.

> On Jan 21, 2019, at 5:24 PM, Meiyo Peng <address@hidden> wrote:
> 
> Hi John,
> 
> John Soo writes:
> 
>> I just have one issue with the patch so far: I can’t seem to unset an
>> abbreviation. An old configuration file seems to be “sticking” 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/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]