-
Notifications
You must be signed in to change notification settings - Fork 0
/
.zshrc
33 lines (27 loc) · 954 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
# The following lines were added by compinstall
zstyle ':completion:*' completer _complete _ignored _correct _approximate
zstyle :compinstall filename '/home/ragul/.zshrc'
autoload -Uz compinit
compinit
# End of lines added by compinstall
# Lines configured by zsh-newuser-install
HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000
bindkey -v
# End of lines configured by zsh-newuser-install
# Check if zplug is installed
if [[ ! -d "$HOME/.zplug" ]]; then
git clone https://github.com/zplug/zplug "$HOME/.zplug/repos/zplug/zplug"
ln -s "$HOME/.zplug/repos/zplug/zplug/init.zsh" "$HOME/.zplug/init.zsh"
fi
source ~/.zplug/init.zsh
zplug themes/robbyrussell, from:oh-my-zsh, as:theme
zplug "robbyrussell/oh-my-zsh", use:"lib/*.zsh"
zplug plugins/git, from:oh-my-zsh
zplug plugins/fzf, from:oh-my-zsh
zplug gradle/gradle-completion
zplug "MichaelAquilina/zsh-you-should-use"
zplug load --verbose
source ~/.zsh-aliases
source ~/.zsh-aliases-private