benmcp / bash_profile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.bash_profile

This is my bash profile used across both work and my home computer.

No sensitive data is avaiable in this repo.

Include this into the directory by adding this to the .bash_profile file:

if [ -f /PATH_TO_THIS_REPO/.bash_profile ]; then
  source /PATH_TO_THIS_REPO/.bash_profile
fi

About


Languages

Language:Shell 100.0%