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
1 changed files with 2 additions and 2 deletions

View File

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