From a0756205206f29dd4cfc2d57fdcba6ce33358eef Mon Sep 17 00:00:00 2001 From: xfy Date: Thu, 16 Jan 2025 16:35:05 +0800 Subject: [PATCH] add exports --- zsh/zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/zshrc b/zsh/zshrc index 4252355..432a256 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -73,6 +73,8 @@ if [[ $OSTYPE == "linux"* ]]; then export PATH=$HOME/.local/bin:$PATH export OLLAMA_MODELS=/home/xfy/pl/docker/ollama/ollama/ export OLLAMA_HOST=0.0.0.0:11434 + export STAGE_SERVER=root@192.168.1.16 + export PROD_SERVER=ci@129.211.172.57 # export PATH=$PATH:~/pl/opt/cangjie/bin/ # export PATH=$PATH:~/pl/opt/cangjie/tools/bin # source ~/pl/opt/cangjie/envsetup.sh