From e2eefa43282817d021c5479be36d12b257e1a7d7 Mon Sep 17 00:00:00 2001 From: maudin Date: Mon, 19 Sep 2016 15:19:27 +0200 Subject: [PATCH] stop using debian package, add loop function --- hybris.plugin.zsh | 1 + zshrc | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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 <