-
Notifications
You must be signed in to change notification settings - Fork 1
/
.zshrc
45 lines (34 loc) · 1.16 KB
/
.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
export PATH=/usr/local/opt/coreutils/libexec/gnubin:$PATH
export PATH=/usr/local/opt/gnu-tar/libexec/gnubin:$PATH
export PATH="/usr/local/sbin:$PATH"
# Lines configured by zsh-newuser-install
HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000
bindkey -e
# End of lines configured by zsh-newuser-install
# The following lines were added by compinstall
zstyle :compinstall filename '/Users/rimenes/.zshrc'
autoload -Uz compinit
compinit
# End of lines added by compinstall
export TERM="xterm-256color"
source $(brew --prefix)/share/antigen/antigen.zsh
# Load the oh-my-zsh's library.
antigen use oh-my-zsh
antigen bundle brew
antigen bundle git
antigen bundle command-not-found
antigen bundle zsh-users/zsh-completions src
antigen bundle zsh-users/zsh-history-substring-search
antigen bundle zsh-users/zsh-syntax-highlighting
# 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
# Set up fzf key bindings and fuzzy completion
source <(fzf --zsh)
# Load aliases
source ~/.zsh/aliases.zsh
export ERL_AFLAGS="-kernel shell_history enabled"
. /opt/homebrew/opt/asdf/libexec/asdf.sh