Mercurial > hg > zsh-env
comparison 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 |
comparison
equal
deleted
inserted
replaced
169:2cc8820caae0 | 170:95e349996727 |
---|---|
1 # | |
2 # ATTENTION | |
3 # This is the universal .hgrc. For host specific changes rather make changes | |
4 # to ~/.hgrc.local | |
5 # | |
6 | |
7 [extensions] | |
8 hgext.graphlog = | |
9 pager = | |
10 progress = | |
11 rebase = | |
12 shelve = | |
13 | |
14 [hostsecurity] | |
15 minimumprotocol = tls1.2 | |
16 # anstatt hostsecurity.xanthippe hier zu pflegen, als checkout url xanthippe.duckdns.org nutzen! | |
17 | |
18 [pager] | |
19 attend = diff help log | |
20 | |
21 [ui] | |
22 color = no | |
23 username = Dirk Olmes <dirk.olmes@codedo.de> | |
24 | |
25 %include ~/.hgrc.local |