updated stuff
This commit is contained in:
parent
267e3911d2
commit
2ae963b87e
5 changed files with 6 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue