diff --git a/hybris.plugin.zsh b/hybris.plugin.zsh index 4b21bed..5bab063 100644 --- a/hybris.plugin.zsh +++ b/hybris.plugin.zsh @@ -30,6 +30,7 @@ alias open_ports="sudo netstat -tulpen 2> /dev/null | grep LISTEN" cless() {for a in $@; do colorize_via_pygmentize $a | less; done} r() {if [ $# -eq 1 ]; then ssh root@$1; else sudo su -; fi} health() {/usr/bin/screen -O -S health -c ~/.config/screen_health} +loop() {while [ 1 ]; do $@; done} # Some exports export EDITOR=emacsclient diff --git a/zshrc b/zshrc index b15a3cb..a774748 100644 --- a/zshrc +++ b/zshrc @@ -1,7 +1,8 @@ -source /usr/share/zsh-antigen/antigen.zsh +source /home/hybris/.antigen/antigen/antigen.zsh antigen use oh-my-zsh + antigen bundles <