Skip to content

Instantly share code, notes, and snippets.

initAntigen() {
antigenHome="${HOME}/.antigen"
antigenConfig="${antigenHome}/antigen.zsh"
if [[ -f ${antigenConfig} ]] ; then
else
echo
echo "antigen.zsh not currently installed in ${antigenHome}"
@zdj
zdj / .zshrc
Last active November 1, 2017 17:56
Use openconnect as an alternative to Cisco AnyConnect VPN client.
export VPN_USER=$YOUR_VPN_USER
export VPN_HOST=$YOUR_VPN_HOST