zshlibs/config/global.config.zsh

9 lines
182 B
Bash
Raw Normal View History

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