Now using zgen.

This commit is contained in:
Faerbit 2015-06-21 22:27:36 +02:00
parent 9bf605fe1f
commit a4b1e5ffde

24
zshrc
View File

@ -1,3 +1,27 @@
source /usr/share/zsh/scripts/zgen/zgen.zsh
# check if there's no init script
if ! zgen saved; then
echo "Creating a zgen save"
#zgen oh-my-zsh
# plugins
#zgen oh-my-zsh plugins/gitfast
#zgen oh-my-zsh plugins/sudo
#zgen oh-my-zsh plugins/command-not-found
#zgen load zsh-users/zsh-syntax-highlighting
## completions
#zgen load zsh-users/zsh-completions src
# theme
zgen oh-my-zsh themes/juanghurtado
# save all to init script
zgen save
fi
alias sudo='sudo '
alias tasks="ps -u fab"
alias update-grub="grub-mkconfig -o /boot/grub/grub.cfg"