Slightly improve perf
This commit is contained in:
parent
107b0ae696
commit
a68b4ef109
1 changed files with 4 additions and 8 deletions
12
zshrc
12
zshrc
|
@ -7,9 +7,10 @@ source $ZPLUG_HOME/init.zsh
|
||||||
zplug "felixr/docker-zsh-completion"
|
zplug "felixr/docker-zsh-completion"
|
||||||
|
|
||||||
# Stuff that modifies
|
# Stuff that modifies
|
||||||
zplug "zsh-users/zsh-syntax-highlighting", defer:2
|
zplug "zsh-users/zsh-syntax-highlighting"
|
||||||
zplug "zsh-users/zsh-autosuggestions", defer:2
|
zplug "zsh-users/zsh-autosuggestions"
|
||||||
zplug "zsh-users/zsh-completions", defer:2
|
zplug "zsh-users/zsh-completions"
|
||||||
|
zplug "johnhamelink/rvm-zsh", lazy:true
|
||||||
|
|
||||||
bindkey "$terminfo[kcuu1]" history-beginning-search-backward
|
bindkey "$terminfo[kcuu1]" history-beginning-search-backward
|
||||||
bindkey "$terminfo[kcud1]" history-beginning-search-forward
|
bindkey "$terminfo[kcud1]" history-beginning-search-forward
|
||||||
|
@ -104,11 +105,6 @@ if [[ $OSTYPE == darwin* ]]; then
|
||||||
export PATH="/usr/local/bin:/usr/local/sbin:${PATH}"
|
export PATH="/usr/local/bin:/usr/local/sbin:${PATH}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -s $HOME/.rvm/scripts/rvm ]; then
|
|
||||||
source "$HOME/.rvm/scripts/rvm"
|
|
||||||
export PATH="$PATH:$HOME/.rvm/bin"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Personal preferences
|
# Personal preferences
|
||||||
export EDITOR=vim
|
export EDITOR=vim
|
||||||
export GO111MODULE=on
|
export GO111MODULE=on
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue