Ubuntu安裝PhpStorm並設置快速啓動phpstorm

使用sudo apt-get install phpstorm 安裝php後,沒有在桌面生成phpstorm的快捷方式,若是將phpstorm.sh的連接放到/usr/local/bin ,雖然能夠從終端啓動phpstrom可是當終端關閉時,phpstorm也會被關閉。php

1.查找phpstorm.sh的位置vim

whereis phpstorm|grep ".sh"

看到個人安裝位置是:/opt/phpstrom/bin/phpstorm.shbash

2.編輯.bashrcphpstorm

sudo vim ~/.bashrc

最後一行添加:spa

alias phpstorm='nohup sh /opt/phpstrom/bin/phpstorm.sh >/dev/null >/dev/null 2>&1 &'

3.更新.bashrccode

source ~/.bashrc

4.運行phpstorm便可啓動phpstorm,並且關閉終端也不會影響軟件的正常運行orm

相關文章
相關標籤/搜索