forked from colinrymer/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzshrc
More file actions
34 lines (25 loc) · 884 Bytes
/
zshrc
File metadata and controls
34 lines (25 loc) · 884 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
autoload -U colors && colors
fpath=($ZSH/zsh/completions $fpath)
autoload -U compinit && compinit
source $ZSH/zsh/aliases.zsh
source $ZSH/zsh/async.zsh
source $ZSH/zsh/aws.zsh
source $ZSH/zsh/completion.zsh
source $ZSH/zsh/config.zsh
source $ZSH/zsh/directories.zsh
source $ZSH/zsh/edit-command-line.zsh
source $ZSH/zsh/fancy_ctrl_z.zsh
source $ZSH/zsh/prompt.zsh
chruby $(< ~/.global-ruby-version)
nvm use $(< ~/.global-node-version)
export PATH="$HOME/.yarn/bin:$PATH"
source <(kubectl completion zsh)
source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
source $ZSH/zsh/zsh-history-substring-search.zsh
bindkey '^[[A' history-substring-search-up
bindkey '^[[B' history-substring-search-down
#antigen bundle docker
#antigen bundle encode64
#antigen bundle httpie
#antigen bundle arialdomartini/oh-my-git
#antigen bundle zsh-users/zsh-autosuggestions