dotfiles/config/zsh/zshrc.d/00-ohmy.zsh
2017-07-21 12:55:49 +02:00

7 lines
126 B
Bash

export ZSH="${DOTF_LIB}/ohmyzsh"
# Settings
ZSH_THEME="mortalscumbag"
DISABLE_AUTO_UPDATE="true"
source ${ZSH}/oh-my-zsh.sh