-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathenv
More file actions
34 lines (24 loc) · 682 Bytes
/
env
File metadata and controls
34 lines (24 loc) · 682 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#!/bin/bash
# https://tools.hjkl01.cn/emoji-picker
export example=' 0️⃣ 1️⃣ 2️⃣ 3️⃣ 4️⃣ 5️⃣ 6️⃣ 7️⃣ 8️⃣ 9️⃣ 🔟 💻 🖥️ ⌨️ 🖱️'
export ZSH_ENV='🖥️ '
# path
export PATH="$PATH:$HOME/.dotfiles/bin"
# mac
# export zsh='/usr/local/opt/zsh/bin/zsh'
# export PATH=/opt/homebrew/bin:$PATH
# tmux
export START_TMUX=0
export TMUX_PREFIX='C-b'
export START_ZELLIJ=1
# proxy
export P_ADDRESS="127.0.0.1"
export P_PORT="7890"
# vultr key
export VULTR_API_KEY=''
# backups
export OPEN_API_KEY=''
# huggingface
export HF_ENDPOINT=https://hf-mirror.com
export GITHUB_MIRROR='https://gh.hjkl01.cn/'
export PORT=8080