Unix bash alias not working after start screen

Viewed 1821

Hi I am having a problem with setting alias in mac after I start the screen command, I have alias for working with git, like

commit=git commit

they work as I expect when I start my terminal (iTerm2), but then sometimes I use screen to have simultaneous instances in remotes servers and virtual machines I work with. After this the alias disappear(command not found).

Does anyone know why or how solve it?

2 Answers
Related