Modification of host name and user name in Mac Terminal

Source: Internet
Author: User

The host name + username of Mac Terminal will appear very long, affect the overall aesthetics, you can switch to the root user

Modify the. bashrc file for formatting.

1. Switch the root user in the terminal

Su-root

2. Modify ps1= ' \h:\w \u\$ ' in the/ETC/BASHRC file, where \h represents the hostname, \u represents the user name

# system-wide. bashrc file forInteractive Bash (1) shells.if[-Z"$PS 1" ]; ThenreturnfiPS1='\h:\w \u\$'# Make Bash check it window size after a process completesshopt-s checkwinsize[-R"/etc/bashrc_$term_program"] &&."/etc/bashrc_$term_program"alias LL='Ls-al'

3. Such as modified to: for example, modified to: ps1= ' abc:\w 123\$ ', the terminal display is as follows:

PS: Note that if you are concerned about modification errors, it is best to back up the/ETC/BASHRC file before modifying

Cp/etc/bashrc/tmp

Modification of host name and user name in Mac Terminal

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.