Hi
I have seen some people opening apps (like Safari) from the Terminal jut by typing:
But for me to do so, I have to do:
I know it's not important but it's a time saver -> What do I need to do to not have to type "open -a" to open a application?
Thanks
I have seen some people opening apps (like Safari) from the Terminal jut by typing:
Code:
safari
But for me to do so, I have to do:
Code:
open -a safari
I know it's not important but it's a time saver -> What do I need to do to not have to type "open -a" to open a application?
Thanks