From 8d2cb0ef9b78ff6badeb7f630de2f5a6ff1358ce Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Sun, 9 Sep 2018 21:17:49 +0200 Subject: [PATCH] fish: minor formatting fixes --- modules/programs/fish.nix | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/modules/programs/fish.nix b/modules/programs/fish.nix index d384ec2a1..61e74c45a 100644 --- a/modules/programs/fish.nix +++ b/modules/programs/fish.nix @@ -24,12 +24,13 @@ in shellAliases = mkOption { default = {}; description = '' - Set of aliases for fish shell. See - for an option format description. + Set of aliases for fish shell. See + for an option + format description. ''; type = types.attrs; }; - + shellAbbrs = mkOption { default = {}; description = '' @@ -99,13 +100,13 @@ in end # if we haven't sourced the interactive config, do it status --is-interactive; and not set -q __fish_interactive_config_sourced - and begin + and begin # Abbrs ${abbrsStr} - + # Aliases ${aliasesStr} - + ${cfg.promptInit} ${cfg.interactiveShellInit} # and leave a note so we don't source this config section again from