-
Notifications
You must be signed in to change notification settings - Fork 0
/
.antigenrc
38 lines (30 loc) · 894 Bytes
/
.antigenrc
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
source /usr/local/share/antigen/antigen.zsh
# 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 pip
antigen bundle command-not-found
antigen bundle osx
antigen bundle vi-mode
antigen bundle history-substring-search
# Syntax highlighting bundle.
antigen bundle zsh-users/zsh-syntax-highlighting
# Rebase helper
antigen bundle smallhadroncollider/antigen-git-rebase
# Load the theme.
antigen theme https://github.com/caiogondim/bullet-train-oh-my-zsh-theme bullet-train
# Tell Antigen that you're done.
antigen apply
# zsh-history-substring-search configuration
bindkey '^[[A' history-substring-search-up
bindkey '^[[B' history-substring-search-down
HISTORY_SUBSTRING_SEARCH_ENSURE_UNIQUE=1
# Bullettrain theme options
BULLETTRAIN_PROMPT_ORDER=(
time
dir
git
status
cmd_exec_time
)