[bash] add .bash_profile

This commit is contained in:
odrling 2023-11-27 18:47:25 +01:00
parent aa6931ca8e
commit 21a1a40cae
No known key found for this signature in database
GPG key ID: E24CA7508C27AF5B
2 changed files with 5 additions and 0 deletions

4
.bash_profile Normal file
View file

@ -0,0 +1,4 @@
. ~/.profile
# runs your .bashrc and is recommended by the bash info pages.
[ -f ~/.bashrc ] && . ~/.bashrc

1
.gitignore vendored
View file

@ -13,6 +13,7 @@ Cache
# bash config
!/.bashrc
!/.bash_profile
# zsh config files
!/.zshrc