* Removed include/iso items since they've been integrated into the new scripts * Moved include/live/* to include/ since there's only one "include" folder now
11 lines
238 B
Bash
11 lines
238 B
Bash
# Oh My ZSH
|
|
export ZSH=$HOME/.oh-my-zsh
|
|
ZSH_THEME="lean"
|
|
DISABLE_AUTO_UPDATE="true"
|
|
HIST_STAMPS="yyyy-mm-dd"
|
|
plugins=(archlinux git sudo systemd tmux)
|
|
source $ZSH/oh-my-zsh.sh
|
|
|
|
# Wizard Kit
|
|
. $HOME/.aliases
|
|
eval $(dircolors ~/.dircolors)
|