Mercurial > hg > zsh-env
changeset 172:efce15db2915
create a default .hgignore file
author | Dirk Olmes <dirk.olmes@codedo.de> |
---|---|
date | Sat, 04 Apr 2020 04:09:41 +0200 |
parents | 707364297b3a |
children | f8c9b13158b8 |
files | setup.sh |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.sh Sat Apr 04 04:05:37 2020 +0200 +++ b/setup.sh Sat Apr 04 04:09:41 2020 +0200 @@ -18,3 +18,9 @@ replace_with_link .hgrc .zsh-env/hgrc replace_with_link .nanorc .zsh-env/.nanorc replace_with_link .screenrc .zsh-env/.screenrc + +cat << EOF > .zsh-env/.hgignore +syntax: glob +.hgignore +zshrc-$HOST +EOF