-
Notifications
You must be signed in to change notification settings - Fork 0
/
.zshrc-e
58 lines (46 loc) · 1.33 KB
/
.zshrc-e
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
53
54
55
56
57
58
source $HOME/antigen.zsh
antigen bundle jeffreytse/zsh-vi-mode
# Load the oh-my-zsh's library.
antigen use oh-my-zsh
# Bundles from the default repo (robbyrussell's oh-my-zsh).
antigen bundle git
antigen bundle heroku
antigen bundle pip
antigen bundle lein
antigen bundle command-not-found
# Plugins
antigen bundle zsh-users/zsh-syntax-highlighting
antigen bundle zsh-users/zsh-autosuggestions
# Theme
antigen theme candy
# Apply
antigen apply
# Alias
## For Mac
alias sed='gsed'
## ls
alias ls='lsd -l'
alias la='lsd -la'
## tmux
alias ta='tmux attach'
alias tat='tmux attach -t'
alias tn='tmux new -s'
alias tk='tmux kill-session -t'
alias tks='tmux kill-server'
alias tl='tmux ls'
# Path
## Go
export GOPATH=$HOME/go
export PATH=$PATH:$GOPATH/bin
# pnpm
export PNPM_HOME="/Users/taru/Library/pnpm"
case ":$PATH:" in
*":$PNPM_HOME:"*) ;;
*) export PATH="$PNPM_HOME:$PATH" ;;
esac
# pnpm end
# The next line updates PATH for the Google Cloud SDK.
if [ -f '/Users/taru/google-cloud-sdk/path.zsh.inc' ]; then . '/Users/taru/google-cloud-sdk/path.zsh.inc'; fi
# The next line enables shell command completion for gcloud.
if [ -f '/Users/taru/google-cloud-sdk/completion.zsh.inc' ]; then . '/Users/taru/google-cloud-sdk/completion.zsh.inc'; fi
[ -f "/Users/taru/.local/share/juvix/env" ] && source "/Users/taru/.local/share/juvix/env" # juvix-env