0

I am having a problem with the following:

Alias:

alias gks='gitk --all &; clear; git status' 

 

When I try it I see -

Console Resp:

$ gks
bash: syntax error near unexpected token `;'

It appears to be the job control ('&') for the gitk command, is it possible to integrate this job control into an alias?

J-Dizzle
  • 101

0 Answers0