Skip to content

Commit

Permalink
Import env
Browse files Browse the repository at this point in the history
  • Loading branch information
ko-tominaga committed Nov 26, 2024
1 parent 4fb2cd8 commit db3cd4a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dot_zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ fbr() {
git checkout $(echo "$branch" | awk '{print $1}' | sed "s/.* //")
}

# -------------------
# Import .env
# -------------------
if [ -f ~/.env ]; then
source ~/.env
fi

# -------------------
# bindkeys
# -------------------
Expand Down

0 comments on commit db3cd4a

Please sign in to comment.