Skip to content

Commit

Permalink
fix .bash_profile
Browse files Browse the repository at this point in the history
  • Loading branch information
biocoderh committed Oct 11, 2023
1 parent c10cee6 commit ce876e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .bash_profile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash

[[ -f "$HOME/.profile" ]] && . "$HOME/.profile"
[[ -f "$HOME/.bashrc" ]] && . "$HOME/.bashrc"

0 comments on commit ce876e6

Please sign in to comment.