Allow to define bash aliases for app user
The master user can define bash aliases in .bash_aliases file, but an app user can't do the same, there is no way to define aliases and load them automatically on ssh login
Would be great to be able to define such bash aliases file for app user!
2
votes

-
Anonymous commented
.profile seems to work. I put my ls alias in there, was able to save it and run 'source .profile' and it worked