updated stuff

This commit is contained in:
Nikolas Weger 2019-04-03 11:11:51 +02:00
parent 267e3911d2
commit 2ae963b87e
5 changed files with 6 additions and 5 deletions

View file

@ -6,6 +6,7 @@ brewpr="$(/home/linuxbrew/.linuxbrew/bin/brew --prefix)"
gembin="$(ruby -e "puts Gem.user_dir")/bin"
BASHER_SHELL=zsh
BASHER_ROOT=/home/eeleater/.basher
FN_API_URL=https://faas.eeleater.org
# Path
path=(${brewpr}/sbin ${brewpr}/bin) # Homebrew
@ -46,7 +47,7 @@ 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 IPFSPATH VAULT_ADDR
export dotlib dotcfg brewpr gembin PATH MANPATH INFOPATH EDITOR XDG_DATA_DIRS PTOOLSPATH IPFSPATH VAULT_ADDR FN_API_URL
# Reload all Prompts
autoload -U promptinit && promptinit