zconfig/update_grml_zsh.sh
2023-05-19 22:12:53 +02:00

10 lines
241 B
Bash
Executable file

#!/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: