-
Notifications
You must be signed in to change notification settings - Fork 1
/
zshrc
40 lines (38 loc) · 821 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
export ZSH="/.oh-my-zsh"
SPACESHIP_MAVEN_SHOW=false
ZSH_THEME="spaceship"
ZSH_DISABLE_COMPFIX="true"
plugins=(
zsh-autosuggestions
git
themes
ansible
colored-man-pages
colorize
command-not-found
common-aliases
cp
github
history
helm
history-substring-search
kubectl
mosh
nmap
oc
ripgrep
zsh_reload
fzf
)
export SPACESHIP_PROMPT_ORDER=(time user dir host git venv pyenv kubectl exec_time line_sep battery vi_mode jobs exit_code char)
export SPACESHIP_HOST_SHOW=always
export SPACESHIP_USER_SHOW=needed
export SPACESHIP_TIME_SHOW=true
export ZSH_DISABLE_COMPFIX=true
export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH"
source $ZSH/oh-my-zsh.sh
autoload -U +X bashcompinit && bashcompinit
complete -o nospace -C /usr/local/bin/mc mc
cat='bat --paging=never'
unalias grv
cat /etc/motd