zconfig/update_grml_zsh.sh
2023-05-19 22:10:44 +02:00

7 lines
158 B
Bash
Executable file

#!/bin/sh
curl --fail \
-L \
--output /tmp/.zshrc.tty \
https://git.grml.org/f/grml-etc-core/etc/zsh/zshrc \
&& mv /tmp/.zshrc.tty .zshrc.tty