Now using zgen.
This commit is contained in:
parent
9bf605fe1f
commit
a4b1e5ffde
24
zshrc
24
zshrc
@ -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 sudo='sudo '
|
||||||
alias tasks="ps -u fab"
|
alias tasks="ps -u fab"
|
||||||
alias update-grub="grub-mkconfig -o /boot/grub/grub.cfg"
|
alias update-grub="grub-mkconfig -o /boot/grub/grub.cfg"
|
||||||
|
Loading…
Reference in New Issue
Block a user