[zsh] Add separate `.zprofile` to source PATH + default env

This commit is contained in:
Sebastian Schulze 2018-01-11 12:18:24 +01:00
parent cc2eb8c019
commit 504b11f919
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 3 additions and 0 deletions

3
home/.zprofile Executable file
View File

@ -0,0 +1,3 @@
export PATH=$HOME/.local/bin:$HOME/bin:$HOME/bin/go/bin:$HOME/.cargo/bin:$PATH
export VAGRANT_DEFAULT_PROVIDER=libvirt
export VAGRANT_DOTFILE_PATH=".vagrant-$(hostname)"