ftp -o - https://jcs.org/move_in | sh -
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

stop setting PKG_PATH, that's what pkg.conf is for

(and is smarter about release or snapshots directory)

-2
-2
.zshrc
··· 37 37 38 38 # i'm too lazy to type these out 39 39 alias calc='perl -pe "print eval(\$_) . chr(10);"' 40 - alias ccom='cvs -q diff -upRN \!* || (echo; echo enter to commit; sh -c read && cvs com \!*)' 41 40 alias cdu='cvs -q diff -upRN' 42 41 alias cp='cp -i' 43 42 alias hg='history | grep ' ··· 119 118 120 119 # openbsd 121 120 elif [[ $OSTYPE = openbsd* ]]; then 122 - export PKG_PATH=http://ftp.usa.openbsd.org/pub/OpenBSD/`uname -r`/packages/`arch -s`/ 123 121 alias watchbw='netstat -w1 -b -I' 124 122 125 123 alias update_dotfiles='ftp -Vo - https://raw.githubusercontent.com/jcs/dotfiles/master/move_in.sh | sh -'