Hi all,
Is there a way to configure a container to have the following alias in a singularity shell?
alias ls="ls --color"
I built a container with:
%environment
alias ls="ls --color"
But the alias does not persist when I shell into the built container.
> singularity shell LsColored.sif
Best,
Tashrif