stow_dotfiles/bash/.bash_profile
Matthieu Fortin (CPC/CCP) 7fcc0e387b DEAL WITH IT
2025-06-04 13:26:41 -04:00

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