comparison setup.sh @ 172:efce15db2915

create a default .hgignore file
author Dirk Olmes <dirk.olmes@codedo.de>
date Sat, 04 Apr 2020 04:09:41 +0200
parents 95e349996727
children f8c9b13158b8
comparison
equal deleted inserted replaced
171:707364297b3a 172:efce15db2915
16 16
17 replace_with_link .zshrc .zsh-env/zshrc 17 replace_with_link .zshrc .zsh-env/zshrc
18 replace_with_link .hgrc .zsh-env/hgrc 18 replace_with_link .hgrc .zsh-env/hgrc
19 replace_with_link .nanorc .zsh-env/.nanorc 19 replace_with_link .nanorc .zsh-env/.nanorc
20 replace_with_link .screenrc .zsh-env/.screenrc 20 replace_with_link .screenrc .zsh-env/.screenrc
21
22 cat << EOF > .zsh-env/.hgignore
23 syntax: glob
24 .hgignore
25 zshrc-$HOST
26 EOF