11 lines
154 B
Plaintext
11 lines
154 B
Plaintext
|
#
|
||
|
# ~/.bash_profile
|
||
|
#
|
||
|
|
||
|
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
||
|
|
||
|
|
||
|
# Added by Toolbox App
|
||
|
export PATH="$PATH:/home/isaac/.local/share/JetBrains/Toolbox/scripts"
|
||
|
|