Remove specific name from firefox where unnecessary

This commit is contained in:
Riyyi
2020-07-25 09:30:10 +02:00
parent 5e5a562801
commit 4b8fd3aa64
5 changed files with 4 additions and 4 deletions
@@ -1,5 +1,5 @@
// Download directory // Download directory
user_pref("browser.download.dir", "/home/rick/downloads"); user_pref("browser.download.dir", "~/downloads");
// Display a blank new tab // Display a blank new tab
user_pref("browser.newtabpage.enabled", false); user_pref("browser.newtabpage.enabled", false);
+2 -2
View File
@@ -2,7 +2,7 @@
StartWithLastProfile=1 StartWithLastProfile=1
[Profile0] [Profile0]
Name=rick Name=dotfiles
IsRelative=1 IsRelative=1
Path=rick.profile Path=dotfiles.profile
Default=1 Default=1
+1 -1
View File
@@ -25,7 +25,7 @@ pictures
.gradle .gradle
.jd .jd
.local/share .local/share
.mozilla/firefox/rick.profile/storage .mozilla/firefox/dotfiles.profile/storage
.node-gyp .node-gyp
.npm .npm
.nvm .nvm