zshlibs/config/global.config.zsh
2021-12-20 17:25:20 +03:00

9 lines
182 B
Bash

zbootstrap_message zbootstrap_global "rewriting .stignore"
cat > ${globaldots_path}/.stignore <<EOF
/.git
/logs
EOF
function ifconfig.me () {
echo $(curl -s http://ifconfig.me/)
}