Answer the question
In order to leave comments, you need to log in
How to correctly write alias to launch webstorm from console?
The bottom line is this: I create a certain algorithm in the .bashrc file for creating and deploying a project from the console and opening it (the project) in the Webstorm editor, I saw an example here , but the implementation of this happens on windows, I'm trying to implement it for Ubuntu, the file itself I created and edited, and everything seems to work, except that the editor does not start and the project does not open in it.
this is how i tried to write alias for storm
alias storm='cd /home/******/WebStorm-162.1812.21/bin/./webstorm.sh' $*
, storm /home/*****/Dropbox/Projects/Work2017/site_$1\/site
cd /home/sagan/WebStorm-162.1812.21/bin/
~/WebStorm-162.1812.21/bin$ chmod +x webstorm.sh
~/WebStorm-162.1812.21/bin$ ./webstorm.sh
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question