From 49a03303e120e06935151801cbfd70a209cf5371 Mon Sep 17 00:00:00 2001 From: Kid <44045911+kidonng@users.noreply.github.com> Date: Wed, 28 Jul 2021 19:26:40 +0800 Subject: [PATCH] fish: provide different examples --- modules/programs/fish.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/programs/fish.nix b/modules/programs/fish.nix index f381960f..f349841d 100644 --- a/modules/programs/fish.nix +++ b/modules/programs/fish.nix @@ -164,8 +164,8 @@ in { default = { }; example = literalExample '' { - ll = "ls -l"; - ".." = "cd .."; + g = "git"; + "..." = "cd ../.."; } ''; description = ''