Skip to content

Coursework from Principles of Urban Informatics class (Fall 2017)

Notifications You must be signed in to change notification settings

unissechua/PUI2017_uc288

Repository files navigation

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

About

Coursework from Principles of Urban Informatics class (Fall 2017)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published