From 7386909aca148677e87a9aeebce7e3ac3eb6bf8f Mon Sep 17 00:00:00 2001 From: rycee Date: Fri, 24 Nov 2023 17:45:14 +0000 Subject: [PATCH] deploy: 8cedd63eede4c22deb192f1721dd67e7460e1ebe --- options.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/options.html b/options.html index c4f58b5d0..a38db2939 100644 --- a/options.html +++ b/options.html @@ -4429,11 +4429,16 @@ path

Declared by:

programs.fish.shellAbbrs

An attribute set that maps aliases (the top level attribute names in this option) to abbreviations. Abbreviations are expanded with the longer phrase after they are entered.

Type: -attribute set of string

Default: +attribute set of (string or (submodule))

Default: { }

Example:

{
-  gco = "git checkout";
   l = "less";
+  gco = "git checkout";
+  "-C" = {
+    position = "anywhere";
+    expansion = "--color";
+  };
 }
+
 

Declared by:

<home-manager/modules/programs/fish.nix>
programs.fish.shellAliases

An attribute set that maps aliases (the top level attribute names