-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprofile
More file actions
25 lines (23 loc) · 842 Bytes
/
Copy pathprofile
File metadata and controls
25 lines (23 loc) · 842 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
PATH=~/.local/bin:~/.cargo/bin:~/go/bin:/opt/local/bin:/opt/local/sbin:$PATH
PATH=$LLVM/bin:$PATH
PATH=~/code/bin:$PATH
PATH=~/code/bin:$PATH
export PATH=$PATH:/Library/Java/JavaVirtualMachines/graalvm-ce-java11-21.1.0/Contents/Home/bin
export SDKROOT=$(xcrun --show-sdk-path)
# source /opt/local/share/chruby/chruby.sh
export PATH="/opt/homebrew/opt/python@3.9/libexec/bin:$PATH"
export PATH=$PATH:~/zig
export PATH=$PATH:~/zls
export PATH=$PATH:/opt/prog/generations/current/bin
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
alias gap="git add -p"
alias gcp="git checkout -p"
alias gdp="git diff -p"
alias grp="git reset -p"
alias gs="git status"
alias gd="git diff"
alias gl="git log"
eval "$(/opt/homebrew/bin/brew shellenv)"
# Added by LM Studio CLI (lms)
export PATH="$PATH:/Users/bert/.lmstudio/bin"
# End of LM Studio CLI section