7 lines
No EOL
131 B
Nix
7 lines
No EOL
131 B
Nix
{
|
|
environment.interactiveShellInit = ''
|
|
source ${./insults.sh}
|
|
source ${./motd.sh}
|
|
source ${./soda-prompt.sh}
|
|
'';
|
|
} |