Compare commits

...

2 Commits

Author SHA1 Message Date
Anton Zadvorny 07c3ad5327 Update zsh plugins 2018-11-08 10:13:28 +03:00
Anton Zadvorny 2e0a7aeda3 Set asdf data dir 2018-11-08 10:13:14 +03:00
2 changed files with 7 additions and 6 deletions

View File

@ -1,2 +1,2 @@
export LC_ALL=en_US.UTF-8
export ASDF_DATA_DIR=~/.asdf
export ASDF_DATA_DIR=~/.asdf-data

View File

@ -15,11 +15,12 @@ if zplug check "b4b4r07/enhancd"; then
export ENHANCD_DOT_SHOW_FULLPATH=1
fi
zplug "lib/completion", from:oh-my-zsh
zplug "lib/directories", from:oh-my-zsh
zplug "lib/grep", from:oh-my-zsh
zplug "lib/history", from:oh-my-zsh
zplug "lib/termsupport", from:oh-my-zsh
zplug "lib/completion", from:oh-my-zsh
zplug "lib/directories", from:oh-my-zsh
zplug "lib/grep", from:oh-my-zsh
zplug "lib/history", from:oh-my-zsh
zplug "lib/key-bindings", from:oh-my-zsh
zplug "lib/termsupport", from:oh-my-zsh
zplug "plugins/asdf", from:oh-my-zsh
zplug "plugins/bundler", from:oh-my-zsh