-
Notifications
You must be signed in to change notification settings - Fork 0
/
zshrc
46 lines (38 loc) · 936 Bytes
/
zshrc
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
source $HOME/.aliases
[[ -e ~/.bash_profile ]] && emulate sh -c 'source ~/.bash_profile'
DISABLE_UNTRACKED_FILES_DIRTY=true
DEFAULT_USER=agrewal
# bullettrain options
BULLETTRAIN_RVM_SHOW=false
BULLETTRAIN_DIR_BG=red
BULLETTRAIN_GIT_BG=green
BULLETTRAIN_PROMPT_CHAR=""
source ~/.antigen.zsh
antigen use oh-my-zsh
antigen bundles <<EOBUNDLES
git
git-extras
gradle
rvm
ruby
scala
ssh-agent
nvm
osx
brew
brew-cask
bower
command-not-found
zsh-users/zsh-completions
zsh-users/zsh-syntax-highlighting
zsh-users/zsh-history-substring-search
#tarruda/zsh-autosuggestions
djui/alias-tips
unixorn/git-extra-commands
EOBUNDLES
antigen theme https://github.com/amandeepg/bullet-train-oh-my-zsh-theme.git bullet-train
antigen apply
# zsh-history-substring-search setup
zmodload zsh/terminfo
bindkey "$terminfo[kcuu1]" history-substring-search-up
bindkey "$terminfo[kcud1]" history-substring-search-down