Mercurial > hg > zsh-env
diff hgrc @ 170:95e349996727
Add a script for setting up the shell environment on a naked home.
Use a global .hgrc that has a hook for local includes per machine.
author | Dirk Olmes <dirk.olmes@codedo.de> |
---|---|
date | Sat, 04 Apr 2020 03:53:18 +0200 |
parents | |
children | 0eebd05e58ad |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/hgrc Sat Apr 04 03:53:18 2020 +0200 @@ -0,0 +1,25 @@ +# +# ATTENTION +# This is the universal .hgrc. For host specific changes rather make changes +# to ~/.hgrc.local +# + +[extensions] +hgext.graphlog = +pager = +progress = +rebase = +shelve = + +[hostsecurity] +minimumprotocol = tls1.2 +# anstatt hostsecurity.xanthippe hier zu pflegen, als checkout url xanthippe.duckdns.org nutzen! + +[pager] +attend = diff help log + +[ui] +color = no +username = Dirk Olmes <dirk.olmes@codedo.de> + +%include ~/.hgrc.local