Remove specific name from firefox where unnecessary
This commit is contained in:
@@ -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,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
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user