blob: 83af7193ae31610c461c2d43bfd384aecafdaf54 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
source /usr/share/zsh/share/antigen.zsh
# Load the oh-my-zsh's library.
# antigen use oh-my-zsh
# Bundles from the default repo.
# antigen bundle git
# antigen bundle refined
# antigen bundle command-not-found
# antigen bundle vi-mode
# Syntax highlighting bundle.
antigen bundle zsh-users/zsh-syntax-highlighting
# Load the theme.
antigen bundle mafredri/zsh-async
#antigen bundle DFurnes/purer
antigen bundle sindresorhus/pure
# Tell Antigen that you're done.
antigen apply
################################################
bindkey -v
|