-
Notifications
You must be signed in to change notification settings - Fork 2
/
.zshrc
27 lines (22 loc) · 1020 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
# Path to your oh-my-zsh configuration.
ZSH=$HOME/.omzsh
# Set name of the theme to load.
# Look in ~/.oh-my-zsh/themes/
# Optionally, if you set this to "random", it'll load a random theme each
ZSH_THEME="eye"
# Uncomment following line if you want to disable autosetting terminal title.
if [[ $(echo $TTY | cut -c 6-8) == "tty" ]]; then
DISABLE_AUTO_TITLE="true"
fi
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
plugins=(vi-mode tig git github history extract archlinux python perl svn encode64 perl urltools systemd catimg docker docker-compose kubectl gh ansible oc fzf taskwarrior zoxide)
fpath+=${ZSH_CUSTOM:-${ZSH:-~/.oh-my-zsh}/custom}/plugins/timetrace
source $ZSH/oh-my-zsh.sh
#temporary fix
unset GREP_OPTIONS
autoload -U +X bashcompinit && bashcompinit
complete -o nospace -C /usr/bin/vault vault
unsetopt correct
unsetopt correctall