|
@@ -30,6 +30,7 @@ readPatterns = [
|
|
|
'~/.ssh/id_rsa',
|
|
|
'~/.ssh/id_ecdsa',
|
|
|
'~/.ssh/id_ed25519',
|
|
|
+ '~/.zsh_history', # zsh shell
|
|
|
'~/.git-credentials',
|
|
|
'~/.config/git/credentials',
|
|
|
'~/.subversion/auth',
|
|
@@ -37,15 +38,28 @@ readPatterns = [
|
|
|
'~/.hgrc',
|
|
|
'~/.netrc',
|
|
|
'~/.config/filezilla/filezilla.xml',
|
|
|
- '~/.xchat2/servlist_.conf',
|
|
|
- '~/.mozilla/firefox/*/key3.db',
|
|
|
- '~/.mozilla/firefox/*/logins.json',
|
|
|
+ '~/.config/filezilla/sitemanager.xml',
|
|
|
+ '~/.mozilla/firefox/*/key3.db', # mozilla firefox
|
|
|
+ '~/.mozilla/firefox/*/logins.json', # mozilla firefox
|
|
|
+ '~/.config/chromium/*/Default/Login Data', # chromium
|
|
|
+ '~/.config/google-chrome/*/Default/Login Data', # google chrome
|
|
|
+ '~/.opera/operaprefs.ini', # https://www.opera.com/docs/operafiles/
|
|
|
'~/.icedove/*/key3.db',
|
|
|
'~/.icedove/*/logins.json',
|
|
|
'~/.thunderbird/*/key3.db',
|
|
|
'~/.thunderbird/*/logins.json',
|
|
|
'~/.purple/accounts.xml',
|
|
|
'~/.python_history',
|
|
|
+ '~/.config/hexchat/servlist.conf', # https://hexchat.readthedocs.io/fr/latest/faq.html
|
|
|
+ '~/.config/hexchat/logs',
|
|
|
+ '~/.irssi/config', # https://wiki.archlinux.org/index.php/Irssi#Configuration
|
|
|
+ '~/.kde/share/config/konversationrc', # https://userbase.kde.org/Konversation/Tips_and_Tricks
|
|
|
+ '~/.config/quassel-irc.org/quassel-storage.sqlite',
|
|
|
+ '~/.weechat/irc.conf', # https://weechat.org/files/doc/stable/weechat_user.en.html#files_and_directories
|
|
|
+ '~/.weechat/logs', # https://weechat.org/files/doc/stable/weechat_user.en.html#files_and_directories
|
|
|
+ '~/.xchat2/servlist_.conf',
|
|
|
+ '~/.xchat2/scrollback',
|
|
|
+ '~/.xchat2/xchatlogs', # http://xchat.org/faq/
|
|
|
'~/.bash_history',
|
|
|
'~/.config/sonata/sonatarc',
|
|
|
'/etc/graphite/local_settings.py',
|
|
@@ -87,7 +101,10 @@ writePatterns = [
|
|
|
'~/.bash_login', # bash shell
|
|
|
'~/.bash_logout', # bash shell
|
|
|
'~/.config/fish/config.fish', # fish shell
|
|
|
+ '~/.zprofile', # zsh shell
|
|
|
'~/.zshrc', # zsh shell
|
|
|
+ '~/.zlogin', # zsh shell
|
|
|
+ '~/.zlogout', # zsh shell
|
|
|
'/etc/csh.cshrc', # tcsh shell
|
|
|
'/etc/csh.login', # tcsh shell
|
|
|
'~/.tcshrc', # tcsh shell
|