From 298820647b691200e4ab3eecbe9b40cfb8f1c107 Mon Sep 17 00:00:00 2001 From: Bogdan Ruslanovich Drozd Date: Sun, 20 Nov 2022 18:05:08 +0300 Subject: fix: PyCharm profiles Do not use `private-cache`, because PyCharm places in cache directories stuff like spelling dictionary (i. e. if you download spelling dictionary with `private-cache`, on restart PyCharm you need to download spelling dictionary again). --- etc/profile-m-z/pycharm-professional.profile | 2 -- 1 file changed, 2 deletions(-) (limited to 'etc/profile-m-z/pycharm-professional.profile') diff --git a/etc/profile-m-z/pycharm-professional.profile b/etc/profile-m-z/pycharm-professional.profile index b754a18c9..126f5cec8 100644 --- a/etc/profile-m-z/pycharm-professional.profile +++ b/etc/profile-m-z/pycharm-professional.profile @@ -6,7 +6,5 @@ include pyucharm-professional.local # added by included profile #include globals.local -noblacklist ${HOME}/.PyCharm* - # Redirect include pycharm-community.profile -- cgit v1.2.3-70-g09d2