Skip to content

Commit

Permalink
Move work directory under company name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Ford authored and Alex Ford committed May 10, 2024
1 parent 951983e commit 561bac8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .zprofile
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ if [ -f "$HOME/.cargo/env" ] ; then
fi

# If there is a work env file then source it.
if [ -f "$HOME/work/.env" ] ; then
. "$HOME/work/.env"
if [ -f "$HOME/pdk/.env" ] ; then
. "$HOME/pdk/.env"
fi

# If there is a local bin directory then add it to our PATH.
Expand Down

0 comments on commit 561bac8

Please sign in to comment.