Skip to content

Commit

Permalink
⚙️ Added: Bash Profile
Browse files Browse the repository at this point in the history
  • Loading branch information
MidHunterX committed May 1, 2024
1 parent c6dfc74 commit bbd3c82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bash_profile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
!README.md
!assets/
!.bashrc
!.bash_profile
# Ignore Workspaces ;D
*/workspace/

Expand Down

0 comments on commit bbd3c82

Please sign in to comment.