-
Notifications
You must be signed in to change notification settings - Fork 0
/
.zshenv
52 lines (47 loc) · 1.61 KB
/
.zshenv
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
setopt no_global_rcs
export LANG=ja_JP.UTF-8
export LC_COLLATE=en_US.UTF-8
export LC_CTYPE=en_US.UTF-8
export LC_MESSAGES=en_US.UTF-8
export LC_MONETARY=en_US.UTF-8
export LC_NUMERIC=en_US.UTF-8
export LC_TIME=en_US.UTF-8
export GPG_TTY=${TTY}
export GPG_KEYID=60518F98A502A1FB
path=(
/opt/homebrew/bin(N-/)
/opt/homebrew/sbin(N-/)
/opt/homebrew/opt/gnu-sed/libexec/gnubin(N-/)
/opt/homebrew/opt/grep/libexec/gnubin(N-/)
/opt/homebrew/opt/coreutils/libexec/gnubin(N-/)
/opt/homebrew/opt/findutils/libexec/gnubin(N-/)
/usr/local/opt/gnu-sed/libexec/gnubin(N-/)
/usr/local/opt/grep/libexec/gnubin(N-/)
/usr/local/opt/coreutils/libexec/gnubin(N-/)
/usr/local/opt/findutils/libexec/gnubin(N-/)
/usr/local/opt/curl/bin(N-/)
/usr/local/opt/sqlite/bin(N-/)
/usr/local/opt/nss/bin(N-/)
/usr/local/opt/qt/bin(N-/)
/usr/local/bin(N-/)
/usr/local/sbin(N-/)
/usr/local/MacGPG2/bin(N-/)
/Library/TeX/texbin(N-/)
/usr/bin(N-/)
/bin(N-/)
/usr/sbin(N-/)
/sbin(N-/)
$HOME/bin(N-/)
$HOME/go/bin(N-/)
$HOME/.nodenv/shims(N-/)
$HOME/.local/bin(N-/)
)
fpath=(
$(brew --prefix)/share/zsh/site-functions
$fpath
)
export LDFLAGS="-L/usr/local/opt/curl/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/nss/lib -L/usr/local/opt/qt/lib"
export CPPFLAGS="-I/usr/local/opt/curl/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/nss/include -I/usr/local/opt/qt/include"
export PKG_CONFIG_PATH="/usr/local/opt/curl/lib/pkgconfig:/usr/local/opt/sqlite/lib/pkgconfig:/usr/local/opt/nss/lib/pkgconfig"
export HUGO_NEWCONTENTEDITOR="emacs"
export EDITOR="emacs"