Add bash and hidden files

This commit is contained in:
2024-09-18 13:03:01 -03:00
parent 6edc1556fd
commit 7f43d29abc
4 changed files with 29 additions and 0 deletions

10
dot_bash_profile Normal file
View File

@ -0,0 +1,10 @@
#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
# Added by Toolbox App
export PATH="$PATH:/home/isaac/.local/share/JetBrains/Toolbox/scripts"