From ce814d770643c374a99213fcf8cc7d18b5263cd9 Mon Sep 17 00:00:00 2001 From: Luk Date: Tue, 22 Apr 2025 21:26:41 +0800 Subject: [PATCH] remove user-specific settings --- nixhome/.bash_profile | 7 ------- nixhome/.bashrc | 3 --- 2 files changed, 10 deletions(-) diff --git a/nixhome/.bash_profile b/nixhome/.bash_profile index c0b4b53..203bc64 100644 --- a/nixhome/.bash_profile +++ b/nixhome/.bash_profile @@ -19,10 +19,3 @@ unset USERNAME ################################################################################ # End Of File: "~/.bash_profile" ################################################################################ - -# Added by LM Studio CLI (lms) -export PATH="$PATH:/Users/luk/.cache/lm-studio/bin" - -# Added by OrbStack: command-line tools and integration -# This won't be added again if you remove it. -source ~/.orbstack/shell/init.bash 2>/dev/null || : diff --git a/nixhome/.bashrc b/nixhome/.bashrc index cf4c8d2..1e58316 100644 --- a/nixhome/.bashrc +++ b/nixhome/.bashrc @@ -183,6 +183,3 @@ fi ################################################################################ # End Of File: "~/.bashrc" ################################################################################ - -# Added by LM Studio CLI (lms) -export PATH="$PATH:/Users/luk/.cache/lm-studio/bin"