dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit ea9e11bc337aacb58142cbf74c574843624b05a7
parent 6ba854b784e569aba8159f81a65cc844c2f33390
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri,  3 May 2019 11:16:32 +0200

Keep overleaf cookies

Diffstat:
Mbin/surf-clean-cookies | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/surf-clean-cookies b/bin/surf-clean-cookies @@ -3,5 +3,5 @@ cookiefile="$HOME/.surf/cookies.txt" tmpfile="$(mktemp)" grep -r \ - 'jyskenetbank.dk\|jyskebank.dk\|github.com\|gitlab.com\|macodirect.de\|fotoimpex.com\|skoleintra.dk\|au.dk\|fredmiranda.com\|news.ycombinator.com' \ + 'jyskenetbank.dk\|jyskebank.dk\|github.com\|gitlab.com\|macodirect.de\|fotoimpex.com\|skoleintra.dk\|au.dk\|fredmiranda.com\|news.ycombinator.com\|overleaf.com' \ "$cookiefile" > "$tmpfile" && mv "$tmpfile" "$cookiefile"