#!/usr/bin/env zsh echo "=> Updating grml zsh config" curl --fail \ -L \ --output /tmp/.zshrc.tty \ https://git.grml.org/f/grml-etc-core/etc/zsh/zshrc \ && mv /tmp/.zshrc.tty .zshrc.tty # vim: set ft=zsh et sw=0 ts=2 sts=0: