-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.zshenv
More file actions
39 lines (35 loc) · 787 Bytes
/
.zshenv
File metadata and controls
39 lines (35 loc) · 787 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
35
36
37
38
39
if [ "$TERM" = dumb ]; then
export PAGER="head -n100"
unset GIT_PAGER
export MANPAGER="cat"
fi
export PATH=\
~/bin:\
~/langmartin/dot-file/bin:\
~/.asdf/shims:\
~/.orbstack/bin:\
~/.cargo/bin:\
~/.cabal/bin:\
~/.local/bin:\
~/contrib/flutter/bin:\
~/Library/Python/3.12/bin:\
/opt/homebrew/opt/asdf/libexec/bin:\
/opt/homebrew/opt/emacs-plus/bin:\
/opt/homebrew/opt/grep/libexec/gnubin:\
/opt/homebrew/bin:\
/opt/homebrew/sbin:\
/opt/homebrew/opt/java/bin:\
/usr/local/bin:\
/usr/bin:\
/bin:\
/usr/sbin:\
/sbin
eval "$(/usr/libexec/path_helper)"
if [ -z "$SSH_CLIENT" ]; then
EDITOR="emacsclient"
fi
export QPVERBOSE=true
export QPOPT="-V"
export HOMEBREW_NO_AUTO_UPDATE=1
# export ASDF_DEFAULT_TOOL_VERSIONS_FILENAME=.tool-versions-local
export NVM_DIR="$HOME/.nvm"