Skip to content

Commit

Permalink
Merge branch 'main' into workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
TanvirOnGH authored Jun 20, 2024
2 parents 302b3e4 + a927c66 commit 7051fe2
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ _: {
environmentVariables = {
EDITOR = "hx";
};

extraEnv = ''
# Disable Nushell welcome message
$env.config = {
show_banner: false,
}
'';
};

starship = {
Expand Down Expand Up @@ -49,4 +56,4 @@ _: {
};

services.gpg-agent.enableNushellIntegration = true;
}
}

0 comments on commit 7051fe2

Please sign in to comment.