dotfiles/config/zsh/zshrc.d/00-ohmy.zsh

7 lines
121 B
Bash

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