10 lines
166 B
Bash
10 lines
166 B
Bash
#
|
|
# ~/.bash_profile
|
|
#
|
|
|
|
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
|
|
|
# Added by LM Studio CLI (lms)
|
|
export PATH="$PATH:/home/matt/.lmstudio/bin"
|
|
# End of LM Studio CLI section
|
|
|