WizardKit/.linux_items/include/airootfs/etc/skel/.zshrc
2Shirt aac9badc4f Reoragnized .linux_items/include
* 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
2017-12-27 16:40:34 -07:00

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)