1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-26 08:28:30 +02:00

fish: minor formatting fixes

This commit is contained in:
Robert Helgesson 2018-09-09 21:17:49 +02:00
parent 2bff6e5188
commit 8d2cb0ef9b
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -24,12 +24,13 @@ in
shellAliases = mkOption {
default = {};
description = ''
Set of aliases for fish shell. See <option>environment.shellAliases</option>
for an option format description.
Set of aliases for fish shell. See
<option>environment.shellAliases</option> 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