diff options
Diffstat (limited to 'mac')
| -rw-r--r-- | mac/zshrc | 24 |
1 files changed, 0 insertions, 24 deletions
| @@ -1,30 +1,6 @@ | |||
| 1 | eval "$(/opt/homebrew/bin/brew shellenv)" | ||
| 2 | export PATH="/opt/homebrew/opt/openssh/bin:$PATH" | ||
| 3 | export PATH="/opt/homebrew/Cellar/netcat/0.7.1/bin:$PATH" | ||
| 4 | export PATH="/opt/homebrew/opt/curl/bin:$PATH" | ||
| 5 | export CLICOLOR=1 | 1 | export CLICOLOR=1 |
| 6 | export LSCOLORS=GxFxCxDxBxegedabagaced | 2 | export LSCOLORS=GxFxCxDxBxegedabagaced |
| 7 | PROMPT="[%F{green}%n%f@%m %F{135}%1~%f]$ " | 3 | PROMPT="[%F{green}%n%f@%m %F{135}%1~%f]$ " |
| 8 | . "$HOME/.cargo/env" | ||
| 9 | export PATH="/opt/homebrew/opt/llvm/bin:$PATH" | ||
| 10 | |||
| 11 | ### MANAGED BY RANCHER DESKTOP START (DO NOT EDIT) | ||
| 12 | export PATH="/Users/haochengxie/.rd/bin:$PATH" | ||
| 13 | ### MANAGED BY RANCHER DESKTOP END (DO NOT EDIT) | ||
| 14 | |||
| 15 | export NVM_DIR="$HOME/.nvm" | ||
| 16 | [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm | ||
| 17 | [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion | ||
| 18 | |||
| 19 | alias claude="/Users/haochengxie/.claude/local/claude" | ||
| 20 | export PATH="/opt/homebrew/opt/openjdk@21/bin:$PATH" | ||
| 21 | |||
| 22 | # Added by LM Studio CLI (lms) | ||
| 23 | export PATH="$PATH:/Users/haochengxie/.lmstudio/bin" | ||
| 24 | # End of LM Studio CLI section | ||
| 25 | |||
| 26 | export OLLAMA_MODELS="/Volumes/whitefast8t/ollama_models" | ||
| 27 | alias tailscale="/Applications/Tailscale.app/Contents/MacOS/Tailscale" | ||
| 28 | 4 | ||
| 29 | # SSH agent - reuse existing or start new | 5 | # SSH agent - reuse existing or start new |
| 30 | if [ -z "$SSH_AUTH_SOCK" ] || ! ssh-add -l &>/dev/null; then | 6 | if [ -z "$SSH_AUTH_SOCK" ] || ! ssh-add -l &>/dev/null; then |
