mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
fish: provide different examples
This commit is contained in:
parent
a5c609b4b1
commit
49a03303e1
1 changed files with 2 additions and 2 deletions
|
@ -164,8 +164,8 @@ in {
|
|||
default = { };
|
||||
example = literalExample ''
|
||||
{
|
||||
ll = "ls -l";
|
||||
".." = "cd ..";
|
||||
g = "git";
|
||||
"..." = "cd ../..";
|
||||
}
|
||||
'';
|
||||
description = ''
|
||||
|
|
Loading…
Reference in a new issue