Last active
October 22, 2016 00:47
-
-
Save vijayanandrp/078b95b9eea76cbaa0412e65c97afa95 to your computer and use it in GitHub Desktop.
alias usages in Linux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "alias aliasname='command'" >> ~/.bash_aliases && source ~/.bash_aliases | |
# PYCHARM ALIAS # | |
locate .bash | |
vim /home/vijay-work/.bashrc | |
alias pycharm='bash /home/vijay-work//Documents/softwares/pycharm-community-2016.2.3/bin/pycharm.sh &' | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment