updated stuff

This commit is contained in:
Nikolas Weger 2018-10-05 16:20:39 +02:00
parent c0c570fcd9
commit 00fec9b61b
13 changed files with 1484 additions and 345 deletions

View file

@ -41,8 +41,12 @@ fpath+=(${brewpr}/share/zsh/site-functions)
fpath+=(${dotlib}/local)
fpath+=(${BASHER_ROOT}/cellar/completions/zsh)
# IPFS
IPFS_PATH=/var/lib/ipfs/repo
VAULT_ADDR=http://127.0.0.1:8200
# Actually export
export dotlib dotcfg brewpr gembin PATH MANPATH INFOPATH EDITOR XDG_DATA_DIRS PTOOLSPATH
export dotlib dotcfg brewpr gembin PATH MANPATH INFOPATH EDITOR XDG_DATA_DIRS PTOOLSPATH IPFSPATH VAULT_ADDR
# Reload all Prompts
autoload -U promptinit && promptinit

View file

@ -1,3 +1,4 @@
export ZSH="${dotlib}/ohmyzsh"
DISABLE_AUTO_UPDATE="true"
ZSH_DISABLE_COMPFIX="true"
source ${ZSH}/oh-my-zsh.sh