summary refs log tree commit diff
path: root/zshenv
blob: f3872039dbff9f9f8ba3a3ad26dfc5309053df50 (plain) (blame)
1
2
3
4
5
6
7
source ~/.env

# enable auto completion - This is stupid, this should be in .zshrc
autoload -U compinit
compinit -C

source ~/.bash_local