style(fish): split the plugin comment and drop a redundant one
This commit is contained in:
@@ -48,20 +48,19 @@ in
|
|||||||
# shortcuts, matching the abbreviation-first style below.
|
# shortcuts, matching the abbreviation-first style below.
|
||||||
preferAbbrs = true;
|
preferAbbrs = true;
|
||||||
|
|
||||||
# done notifies when a long command finishes; bang-bang restores the !!
|
|
||||||
# and !$ history bindings.
|
|
||||||
plugins = [
|
plugins = [
|
||||||
|
# Notify when a long command finishes.
|
||||||
{
|
{
|
||||||
name = "done";
|
name = "done";
|
||||||
src = pkgs.fishPlugins.done.src;
|
src = pkgs.fishPlugins.done.src;
|
||||||
}
|
}
|
||||||
|
# Restore the !! and !$ history bindings.
|
||||||
{
|
{
|
||||||
name = "bang-bang";
|
name = "bang-bang";
|
||||||
src = pkgs.fishPlugins.bang-bang.src;
|
src = pkgs.fishPlugins.bang-bang.src;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
# Only the eza listings stay aliases; everything else is an abbreviation.
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
ls = "eza -al --color=always --group-directories-first --icons";
|
ls = "eza -al --color=always --group-directories-first --icons";
|
||||||
la = "eza -a --color=always --group-directories-first --icons";
|
la = "eza -a --color=always --group-directories-first --icons";
|
||||||
|
|||||||
Reference in New Issue
Block a user