Mac Setup ll and other alias and will take effect permanently

Source: Internet
Author: User

Looked up in the. Bash_profile configuration then the source method, tried, but the current terminal is valid, when the computer restarts or shuts down the terminal is invalid, had to look at the Mac profile code

# system-wide. Profile forSh1)if[-x/usr/libexec/Path_helper]; Then eval '/usr/libexec/path_helper-S ' # # #将环境路径进行添加fiif["${bash-no}"!="No" ]; Then [-R/ETC/BASHRC] &&. /etc/BASHRC # # #很明显这个是加载etcThe use of/BASHRC although I do not understand-what does R mean fi### imitate above I create a new file Aliasdiy as followsif[-x/etc/Aliasdiy]; Then [-r/etc/aliasdiy] &&. /etc/Aliasdiyfijava_home="/library/java/javavirtualmachines/jdk1.7.0_75.jdk/contents/home"Class_path="$JAVA _home/lib"PATH=".: $PATH: $JAVA _home/bin"The following is the Aliasdiy content---this will permanently take effect. Alias MySQL='/usr/local/mysql/bin/mysql 'Alias mysqladmin='/usr/local/mysql/bin/mysqladmin 'Alias Ll='Ls-alf'alias La='ls-a'

Mac Setup ll and other alias and will take effect permanently

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.