I use numerous aliases set at a given UNIX environment. For example my current fish shell under OSX have these below
gm->git mergedk->docker kill
and so on.
Now the challenge is I use iTerm 2 for connecting to various remote sessions and I wish these aliases work seamlessly on all sessions.
Is there a way to push these aliases into a global context so that iTerm 2 will input the original command upon detecting these aliases.
i.e if I hit gm + enter in any iTerm window it must issue git merge to the remote session.