zconfig/update_grml_zsh.sh

8 lines
158 B
Bash
Raw Normal View History

2023-05-19 22:10:44 +02:00
#!/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