Nushell: fix custom aliases
This commit is contained in:
parent
a6ccf64937
commit
4fe3cd913b
2 changed files with 19 additions and 18 deletions
|
|
@ -1,11 +1,9 @@
|
|||
{
|
||||
programs.nushell = {
|
||||
enable = true;
|
||||
# configFile.text = ''
|
||||
# let-env config = {
|
||||
# show_banner: false
|
||||
# }
|
||||
# '';
|
||||
extraConfig = ''
|
||||
$env.config.show_banner = false
|
||||
'';
|
||||
envFile.text = "";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue