dotfiles/dot_bash_profile

11 lines
154 B
Plaintext
Raw Normal View History

2024-09-18 13:03:01 -03:00
#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
# Added by Toolbox App
export PATH="$PATH:/home/isaac/.local/share/JetBrains/Toolbox/scripts"