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
|
||||
|
||||
Reference in New Issue
Block a user