In ubuntu I had a ~/.bashrc
file with a number of aliases of the form
alias gs='git status'
How do I set an alias in nixos?
environment.interactiveShellInit = ''
alias gs='git status'
'';
More: https://nixos.org/manual/nixos/stable/options.html#opt-environment.interactiveShellInit