-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathzshrc
More file actions
32 lines (24 loc) · 692 Bytes
/
zshrc
File metadata and controls
32 lines (24 loc) · 692 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
#!/usr/bin/env zsh
# uncomment this and the last line for zprof info
# zmodload zsh/zprof
# Lines configured by zsh-newuser-install
setopt beep extendedglob nomatch notify
unsetopt autocd
bindkey -v
# End of lines configured by zsh-newuser-install
# The following lines were added by compinstall
zstyle :compinstall filename '/Users/jack/.zshrc'
# End of lines added by compinstall
if type brew &>/dev/null; then
FPATH=$(brew --prefix)/share/zsh/site-functions:$FPATH
fi
autoload -Uz compinit
for dump in ~/.zcompdump(N.mh+24); do
compinit
done
compinit -C
source <(sheldon source)
# load local config
[ -f ~/.local/zshrc ] && . ~/.local/zshrc
eval "$(starship init zsh)"
# zprof