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 = ''