1
0
Fork 0

stop using debian package, add loop function

This commit is contained in:
Maurice Audin 2016-09-19 15:19:27 +02:00
parent 1651a2e65b
commit e2eefa4328
2 changed files with 3 additions and 1 deletions

View file

@ -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

3
zshrc
View file

@ -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 <<EOBUNDLES
# omz
colored-man-pages