Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 675 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 675 Bytes

PUI2017_uc288

Creating the environment variable

  1. Open up ./bash_profile
  2. Enter INSERT mode by pressing i
  3. Type in the following:
export PUI2017="/Users/unissechua/devel/PUI2017"
  1. To exit, press esc, and type in :wq to save and quit

Creating the alias to change directory

  1. Open up ./bash_profile
  2. Enter INSERT mode by pressing i
  3. Type in the following:
alias pui2017="cd $PUI2017"
  1. To exit, press esc, and type in :wq to save and quit

.bash_profile

.bash_profile screenshot

Checking the environment variable and alias

Terminal screenshot