[bash] Update aliases for passwords

This commit is contained in:
2026-03-12 13:59:37 -04:00
parent 796dbc3976
commit 8b78dd8205
2 changed files with 6 additions and 1 deletions

View File

@ -51,3 +51,7 @@ set-pg-env() {
export PATH="/home/powellc/.shorebird/bin:$PATH"
[[ -f ~/.bash-preexec.sh ]] && source ~/.bash-preexec.sh
# Added by LM Studio CLI (lms)
export PATH="$PATH:/home/powellc/.lmstudio/bin"
# End of LM Studio CLI section