You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

15 lines
420 B

# Load in custom functions
source ${ZSH_DIR}/lib/functions.zsh
# Load in aliases
source ${ZSH_DIR}/lib/aliases.sh
# Load in base environment variables
source ${ZSH_DIR}/.env.zsh
# Load in oh-my-zsh
source ${ZSH}/oh-my-zsh.sh
# Load virtualenvwrapper if it is exists
# DEV: Load the lazy script for faster load times
test -x /usr/local/bin/virtualenvwrapper_lazy.sh && source /usr/local/bin/virtualenvwrapper_lazy.sh