prisskreative
10/21/2016 - 2:22 AM

bashrc

bashrc

ls -la ~/ | more

nano ~/.bashrc

#exit
q

----------

echo 'hello'
hello

echo $SHELL
/bin/bash

which echo
/bin/echo

echo $PATH
/Users/priscillarodriguez/.npm-packages/bin:.git/safe/../../bin:/usr/local/bin:/Users/priscillarodriguez/.npm-packages/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/git/bin:/usr/X11/bin

ls -la

nano .bash_profile

control X exit

cat .bash_profile