-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdot_zshrc
More file actions
24 lines (19 loc) · 702 Bytes
/
dot_zshrc
File metadata and controls
24 lines (19 loc) · 702 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
fpath=(~/.zfunc $fpath)
autoload -U compinit && compinit
export PATH="$PATH:$HOME/.local/bin"
export PATH="/Users/ray/.bun/bin:$PATH"
export PATH="/Users/ray/.cargo/bin:$PATH"
alias claude="claude --dangerously-skip-permissions"
alias codex="codex --yolo"
alias c="claude --dangerously-skip-permissions"
alias fuck="fixit"
export "GPG_TTY=$(tty)"
export "SSH_AUTH_SOCK=${HOME}/.gnupg/S.gpg-agent.ssh"
gpg-connect-agent updatestartuptty /bye >/dev/null 2>&1
eval "$(starship init zsh)"
eval "$(zoxide init zsh --cmd cd)"
source <(fzf --zsh)
eval "$(fnm env --use-on-cd --shell zsh)"
eval "$(fixit init --name f zsh)"
# bun completions
[ -s "/Users/ray/.bun/_bun" ] && source "/Users/ray/.bun/_bun"