Remove specific name from firefox where unnecessary
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Download directory
|
||||
user_pref("browser.download.dir", "/home/rick/downloads");
|
||||
user_pref("browser.download.dir", "~/downloads");
|
||||
|
||||
// Display a blank new tab
|
||||
user_pref("browser.newtabpage.enabled", false);
|
||||
@@ -2,7 +2,7 @@
|
||||
StartWithLastProfile=1
|
||||
|
||||
[Profile0]
|
||||
Name=rick
|
||||
Name=dotfiles
|
||||
IsRelative=1
|
||||
Path=rick.profile
|
||||
Path=dotfiles.profile
|
||||
Default=1
|
||||
|
||||
+1
-1
@@ -25,7 +25,7 @@ pictures
|
||||
.gradle
|
||||
.jd
|
||||
.local/share
|
||||
.mozilla/firefox/rick.profile/storage
|
||||
.mozilla/firefox/dotfiles.profile/storage
|
||||
.node-gyp
|
||||
.npm
|
||||
.nvm
|
||||
|
||||
Reference in New Issue
Block a user