1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-01 20:43:34 +02:00

fish: provide different examples

This commit is contained in:
Kid 2021-07-28 19:26:40 +08:00 committed by Robert Helgesson
parent a5c609b4b1
commit 49a03303e1
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -164,8 +164,8 @@ in {
default = { }; default = { };
example = literalExample '' example = literalExample ''
{ {
ll = "ls -l"; g = "git";
".." = "cd .."; "..." = "cd ../..";
} }
''; '';
description = '' description = ''