-
Notifications
You must be signed in to change notification settings - Fork 0
/
.zshrc
47 lines (40 loc) · 1.07 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
46
47
export ZSH="$HOME/.oh-my-zsh"
export PATH="$PATH:/usr/local/sbin"
#ZSH_THEME="mortalscumbag"
ZSH_THEME="fino-time"
plugins=(
# ansible
# brew
command-not-found
# docker
git
# gpg-agent
# otp
# pass
# pip
rsync
# terraform
# vagrant
# battery
# alias-finder
colored-man-pages
# docker-compose
# dircycle
# encode64
)
# RPROMPT='$(battery_level_gauge)'
# BATTERY_CHARGING="⚡️"
source $ZSH/oh-my-zsh.sh
# source /opt/homebrew/share/zsh-autosuggestions/zsh-autosuggestions.zsh
# source /opt/homebrew/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
# if type brew &>/dev/null; then
# ZSH_DISABLE_COMPFIX=true
# FPATH=$(brew --prefix)/share/zsh-completions:$FPATH
# autoload -Uz compinit
# compinit -u
# fi
# [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
# zstyle ':omz:plugins:alias-finder' autoload yes # disabled by default
# zstyle ':omz:plugins:alias-finder' longer yes # disabled by default
# zstyle ':omz:plugins:alias-finder' exact yes # disabled by default
# zstyle ':omz:plugins:alias-finder' cheaper yes # disabled by default