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

Configure Feed

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

zshrc: provide pbcopy on !mac

+2 -2
+2 -2
.zshrc
··· 151 151 elif [[ $OSTYPE = openbsd* ]]; then 152 152 alias watchbw='netstat -w1 -b -I' 153 153 154 - alias update_dotfiles='ftp -Vo - https://raw.githubusercontent.com/jcs/dotfiles/master/move_in.sh | sh -' 155 - 156 154 # for ports 157 155 alias remake='cd ../../; rm w-*/.build*; make; cd -' 158 156 ··· 170 168 171 169 if [[ $OSTYPE != darwin* ]]; then 172 170 watch= 171 + 172 + alias pbcopy='xclip -in -selection clipboard' 173 173 fi 174 174 175 175 case $TERM in